Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dhtml_module.py68 def AppendHTMLContentsToFile(self, f, ctl, minify=False): member in HTMLModule
69 super(HTMLModule, self).AppendHTMLContentsToFile(f, ctl)
Dmodule.py160 def AppendHTMLContentsToFile(self, f, ctl, minify=False): member in Module
Dgenerate.py273 module.AppendHTMLContentsToFile(output_file, ctl, minify=minify)
Dhtml_module_unittest.py366 my_component.AppendHTMLContentsToFile(f, ctl)