Home
last modified time | relevance | path

Searched refs:AppendHTMLContentsToFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dhtml_module.py67 def AppendHTMLContentsToFile(self, f, ctl, minify=False): member in HTMLModule
68 super(HTMLModule, self).AppendHTMLContentsToFile(f, ctl)
H A Dmodule.py165 def AppendHTMLContentsToFile(self, f, ctl, minify=False): member in Module
H A Dgenerate.py287 module.AppendHTMLContentsToFile(output_file, controller, minify=minify)
H A Dhtml_module_unittest.py318 my_component.AppendHTMLContentsToFile(f, ctl)