Searched refs:PrettyPrintNode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/metrics/histograms/
H A Dupdate_policies.py19 from pretty_print import PrettyPrintNode namespace
121 new_xml = PrettyPrintNode(histograms_doc)
H A Dupdate_extension_functions.py18 from pretty_print import PrettyPrintNode namespace
139 new_xml = PrettyPrintNode(histograms_doc)
H A Dpretty_print.py105 def PrettyPrintNode(node, indent=0): function
120 return '\n'.join([PrettyPrintNode(n) for n in node.childNodes])
214 child_nodes = [PrettyPrintNode(n, indent=new_indent) for n in child_nodes]
311 return PrettyPrintNode(tree)
/external/chromium_org/tools/gyp/tools/
H A Dpretty_vcproj.py61 def PrettyPrintNode(node, indent=0): function
91 PrettyPrintNode(sub_node, indent=indent+2)
324 PrettyPrintNode(dom.documentElement)

Completed in 119 milliseconds