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/trace-viewer/tracing/third_party/tvcm/tvcm/
Dparse_html_deps_unittest.py49 module.html_contents_without_links_and_script)
96 module.html_contents_without_links_and_script)
103 self.assertEquals('', module.html_contents_without_links_and_script)
138 self.assertEquals(html, module.html_contents_without_links_and_script)
167 self.assertEquals(html, module.html_contents_without_links_and_script)
173 self.assertEquals(html, module.html_contents_without_links_and_script)
179 self.assertEquals(html, module.html_contents_without_links_and_script)
185 self.assertEquals(html, module.html_contents_without_links_and_script)
191 self.assertEquals(html, module.html_contents_without_links_and_script)
199 module.html_contents_without_links_and_script.strip())
[all …]
Dparse_html_deps.py171 def html_contents_without_links_and_script(self): member in HTMLModuleParserResults