Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module.py27 parser_results = parse_html_deps.HTMLModuleParser().Parse(self.contents)
35 parser_results,
37 self._parser_results = parser_results
38 self.scripts = parser_results.scripts
113 def Parse(loader, module_name, module_dir_name, is_component, parser_results, argument
120 for href in parser_results.scripts_external:
132 for href in parser_results.imports:
148 for href in parser_results.stylesheets:
Dhtml_module_unittest.py89 parser_results=parse_results)
107 parser_results=parse_results)
122 parser_results=parse_results)
139 parser_results=parse_results)
155 parser_results=parse_results)
173 parser_results=parse_results)