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.py12 from py_vulcanize import html_module
84 metadata = html_module.Parse(
103 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents),
118 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents),
134 metadata = html_module.Parse(
150 metadata = html_module.Parse(
167 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)