Home
last modified time | relevance | path

Searched refs:html_module (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py15 from py_vulcanize import html_module
88 metadata = html_module.Parse(
107 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents),
122 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents),
138 metadata = html_module.Parse(
154 metadata = html_module.Parse(
171 metadata = html_module.Parse(
Dresource_loader.py13 from py_vulcanize import html_module
103 if html_module.IsHTMLResourceTheModuleGivenConflictingResourceNames(
133 m = html_module.HTMLModule(self, module_name, resource)
/external/python/cpython3/Tools/scripts/
Dhighlight.py8 import html as html_module namespace
105 result.append(html_module.escape(text))
144 title = html_module.escape(title)