Searched refs:js_file (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/test/chromedriver/ |
D | embed_js_in_cpp.py | 30 for js_file in args: 31 base_name = os.path.basename(js_file)[:-3].title().replace('_', '') 34 with open(js_file, 'r') as f:
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | samples_data_source.py | 59 def _GetAPIItems(self, js_file): argument 62 calls = set(re.findall(chrome_pattern, js_file)) 67 js_file): 70 js_file): 123 posixpath.join(base_path, js_file)).Get() 124 for js_file in js_files]
|
/external/chromium-trace/trace-viewer/build/ |
D | generate_standalone_timeline_view.py | 134 if not options.js_file and not options.css_file: 140 if options.js_file: 141 with _sopen(options.js_file, 'w') as f:
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
D | pinch.py | 14 for js_file in ['gesture_common.js', 'pinch.js']: 15 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
|
D | tap.py | 24 for js_file in ['gesture_common.js', 'tap.js']: 25 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
|
D | swipe.py | 29 for js_file in ['gesture_common.js', 'swipe.js']: 30 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
|
D | scroll_bounce.py | 14 for js_file in ['gesture_common.js', 'scroll_bounce.js']: 15 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
|
D | scroll.py | 14 for js_file in ['gesture_common.js', 'scroll.js']: 15 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
|
/external/chromium_org/remoting/webapp/ |
D | build-html.py | 45 js_file = os.path.basename(js_path) 46 output.write(' <script src="' + js_file + '"></script>\n')
|