Lines Matching defs:prettyPrint
83 * 'prettyPrint': function (?function, ?(HTMLElement|HTMLDocument))
90 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
92 * If set to {@code false}, {@code prettyPrint()} is synchronous.
118 var prettyPrint;
1490 function $prettyPrint(opt_whenDone, opt_root) {
1678 'prettyPrint':
1680 ? (win['prettyPrint'] = $prettyPrint)
1681 : (prettyPrint = $prettyPrint)
1708 prettyPrint: prettyPrint,