Lines Matching defs:prettyPrint
131 * 'prettyPrint': function (?function, ?(HTMLElement|HTMLDocument))
138 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
140 * If set to {@code false}, {@code prettyPrint()} is synchronous.
166 var prettyPrint;
1538 function $prettyPrint(opt_whenDone, opt_root) {
1726 'prettyPrint':
1728 ? (win['prettyPrint'] = $prettyPrint)
1729 : (prettyPrint = $prettyPrint)