Home
last modified time | relevance | path

Searched refs:html_contents_without_links_and_script (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dparse_html_deps_unittest.py49 module.html_contents_without_links_and_script)
94 module.html_contents_without_links_and_script)
102 module.html_contents_without_links_and_script)
137 self.assertEquals(html, module.html_contents_without_links_and_script)
171 html = res.html_contents_without_links_and_script
178 self.assertEquals(html, module.html_contents_without_links_and_script)
185 module.html_contents_without_links_and_script)
192 module.html_contents_without_links_and_script)
199 module.html_contents_without_links_and_script)
206 module.html_contents_without_links_and_script)
[all …]
Dparse_html_deps.py191 def html_contents_without_links_and_script(self): member in HTMLModuleParserResults