Searched refs:html_module (Results 1 - 2 of 2) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
H A D | html_module_unittest.py | 12 from tvcm import html_module namespace 77 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 94 metadata = html_module.Parse( 113 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 128 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 145 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 161 metadata = html_module.Parse( 177 metadata = html_module.Parse( 194 metadata = html_module.Parse(
|
H A D | resource_loader.py | 13 from tvcm import html_module namespace 102 if html_module.IsHTMLResourceTheModuleGivenConflictingResourceNames( 131 m = html_module.HTMLModule(self, module_name, resource)
|
Completed in 268 milliseconds