Home
last modified time | relevance | path

Searched refs:js_file (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
Dembed_js_in_cpp.py30 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/
Dsamples_data_source.py59 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/
Dgenerate_standalone_timeline_view.py134 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/
Dpinch.py14 for js_file in ['gesture_common.js', 'pinch.js']:
15 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
Dtap.py24 for js_file in ['gesture_common.js', 'tap.js']:
25 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
Dswipe.py29 for js_file in ['gesture_common.js', 'swipe.js']:
30 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
Dscroll_bounce.py14 for js_file in ['gesture_common.js', 'scroll_bounce.js']:
15 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
Dscroll.py14 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/
Dbuild-html.py45 js_file = os.path.basename(js_path)
46 output.write(' <script src="' + js_file + '"></script>\n')