Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dhtml_module.py27 parser_results = parse_html_deps.HTMLModuleParser().Parse(self.contents)
34 parser_results)
35 self._parser_results = parser_results
166 def Parse(loader, module_name, module_dir_name, is_component, parser_results): argument
171 if parser_results.has_decl is False:
175 for href in parser_results.scripts_external:
183 for href in parser_results.imports:
195 for inline_script in parser_results.inline_scripts:
204 for href in parser_results.stylesheets:
Dhtml_module_unittest.py81 parser_results=parse_results)
99 parser_results=parse_results)
117 parser_results=parse_results)
132 parser_results=parse_results)
149 parser_results=parse_results)
166 parser_results=parse_results)
182 parser_results=parse_results)
200 parser_results=parse_results)