Home
last modified time | relevance | path

Searched refs:current_module (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/build/
Dparse_deps.py55 def _find_and_load(self, current_module, requested_name, extension): argument
56 assert current_module.filename
62 def find_and_load_module(self, current_module, requested_module_name): argument
63 return self._find_and_load(current_module, requested_module_name, ".js")
65 def find_and_load_raw_script(self, current_module, filename): argument
70 current_module, requested_style_sheet_name): argument
72 current_module, requested_style_sheet_name, ".css")
Dparse_deps_test.py212 def find_and_load_module(self, current_module, requested_module_name): argument
/external/chromium_org/tools/telemetry/build/
Dupdate_docs.py116 for current_module in current_modules:
118 current_module.__name__]
119 current_html = GenerateHTMLForModule(current_module)