Lines Matching defs:prettyPrint
26 * | autorun= | true | false | If true then prettyPrint() | "true" |
42 * | callback= | JS identifier | When "prettyPrint" finishes | none |
60 * 3. Since autorun=false is not specified, calls prettyPrint() on page load.
280 var prettyPrint = (function () {
360 * 'prettyPrint': function (?function, ?(HTMLElement|HTMLDocument))
367 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
369 * If set to {@code false}, {@code prettyPrint()} is synchronous.
395 var prettyPrint;
1767 function $prettyPrint(opt_whenDone, opt_root) {
1955 'prettyPrint':
1957 ? (win['prettyPrint'] = $prettyPrint)
1958 : (prettyPrint = $prettyPrint)
1981 return prettyPrint;
2002 prettyPrint(callback);