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

  /external/chromium_org/chrome/test/mini_installer_test/
installer_test_util.cc 209 base::FilePath browser_path; local
210 PathService::Get(base::DIR_PROGRAM_FILES, &browser_path);
211 browser_path = browser_path.Append(mini_installer_constants::kIELocation);
212 browser_path = browser_path.Append(mini_installer_constants::kIEProcessName);
214 CommandLine cmd_line(browser_path);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 116 if self.options.browser_path:
117 return self.options.browser_path
179 browser_path = cmd[0]
180 if not os.path.exists(browser_path):
181 raise LaunchFailure('Browser does not exist %r'% browser_path)
182 if not os.access(browser_path, os.X_OK):
184 'NFS volume?)' % browser_path)
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_dump_tester.py 40 def StartCrashService(browser_path, dumps_dir, windows_pipe_name,
44 browser_dir = os.path.dirname(browser_path)
125 StartCrashService(options.browser_path, dumps_dir, windows_pipe_name,
132 StartCrashService(options.browser_path, dumps_dir, windows_pipe_name,
  /external/chromium_org/tools/site_compare/commands/
compare2.py 114 __slots__ = ["browser_path", "scraper", "outdir", "result"]
118 scrape_info.browser_path = command["--browser%d" % index]
139 command["--timeout"], path=scrape_info.browser_path)
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 151 if options.browser_path:
152 chrome_filename = options.browser_path
157 '--browser_path?')
253 parser.add_option('--browser_path', dest='browser_path', action='store',
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 25 browser_path = find_chrome.FindChrome(SRC_DIR, ['Debug', 'Release']) variable
88 '--browser_path', browser_path,

Completed in 109 milliseconds