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/common/py_vulcanize/py_vulcanize/
Dparse_html_deps_unittest.py49 module.html_contents_without_links_and_script)
94 module.html_contents_without_links_and_script)
120 module.html_contents_without_links_and_script)
155 self.assertEquals(html, module.html_contents_without_links_and_script)
189 html = res.html_contents_without_links_and_script
196 self.assertEquals(html, module.html_contents_without_links_and_script)
203 module.html_contents_without_links_and_script)
210 module.html_contents_without_links_and_script)
217 module.html_contents_without_links_and_script)
224 module.html_contents_without_links_and_script)
[all …]
Dparse_html_deps.py258 def html_contents_without_links_and_script(self): member in HTMLModuleParserResults