Home
last modified time | relevance | path

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

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