Searched refs:current_module (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/trace-viewer/build/ |
D | parse_deps.py | 55 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")
|
D | parse_deps_test.py | 212 def find_and_load_module(self, current_module, requested_module_name): argument
|
/external/chromium_org/tools/telemetry/build/ |
D | update_docs.py | 116 for current_module in current_modules: 118 current_module.__name__] 119 current_html = GenerateHTMLForModule(current_module)
|