HomeSort by relevance Sort by last modified time
    Searched refs:js_file (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
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/remoting/webapp/
build-html.py 50 js_file = os.path.basename(js_path)
51 output.write(' <script src="' + js_file + '"></script>\n')
54 js_file = os.path.basename(js_path)
55 output.write(' <script src="' + js_file + '" data-cover></script>\n')
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.py 27 for js_file in ['gesture_common.js', 'pinch.js']:
28 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
swipe.py 28 for js_file in ['gesture_common.js', 'swipe.js']:
29 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
tap.py 23 for js_file in ['gesture_common.js', 'tap.js']:
24 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
scroll.py 38 for js_file in ['gesture_common.js', 'scroll.js']:
39 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
scroll_bounce.py 41 for js_file in ['gesture_common.js', 'scroll_bounce.js']:
42 with open(os.path.join(os.path.dirname(__file__), js_file)) as f:
  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_model.py 19 def _GetAPIItems(js_file):
22 calls = set(re.findall(chrome_pattern, js_file))
27 js_file):
30 js_file):
122 posixpath.join(base_path, js_file)).Get()
123 for js_file in js_files]
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 128 parser.add_option("--js", dest="js_file",
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:

Completed in 164 milliseconds