HomeSort by relevance Sort by last modified time
    Searched refs:PrettyPrintNode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 61 def PrettyPrintNode(node, indent=0):
91 PrettyPrintNode(sub_node, indent=indent+2)
324 PrettyPrintNode(dom.documentElement)
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 7 The function PrettyPrintNode will be used for formatting both histograms.xml
54 def PrettyPrintNode(self, node, indent=0):
69 return '\n'.join([self.PrettyPrintNode(n) for n in node.childNodes])
165 child_nodes = [self.PrettyPrintNode(n, indent=new_indent)
  /external/chromium_org/tools/metrics/histograms/
update_editor_commands.py 135 new_xml = print_style.GetPrintStyle().PrettyPrintNode(histograms_doc)
update_policies.py 125 new_xml = print_style.GetPrintStyle().PrettyPrintNode(histograms_doc)
pretty_print.py 122 return print_style.GetPrintStyle().PrettyPrintNode(tree)
update_histogram_enum.py 161 new_xml = print_style.GetPrintStyle().PrettyPrintNode(histograms_doc)

Completed in 239 milliseconds