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

  /external/chromium_org/tools/metrics/histograms/
update_editor_commands.py 135 new_xml = print_style.GetPrintStyle().PrettyPrintNode(histograms_doc)
136 if PromptUserToAcceptDiff(xml, new_xml, 'Is the updated version acceptable?'):
138 f.write(new_xml)
update_policies.py 125 new_xml = print_style.GetPrintStyle().PrettyPrintNode(histograms_doc)
126 if PromptUserToAcceptDiff(xml, new_xml, 'Is the updated version acceptable?'):
128 f.write(new_xml)
update_histogram_enum.py 161 new_xml = print_style.GetPrintStyle().PrettyPrintNode(histograms_doc)
163 xml, new_xml, 'Is the updated version acceptable?'):
168 f.write(new_xml)

Completed in 662 milliseconds