HomeSort by relevance Sort by last modified time
    Searched refs:chrome_path (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/test/webdriver/test/
run_webdriver_java_tests.py 46 chrome_path = continuous_archive.DownloadChrome(revision, temp_dir)
54 chrome_path=chrome_path))
62 chrome_path=None))
chromedriver_test.py 72 chrome_path = other_chrome or test_paths.CHROME_EXE
75 if chrome_path is None or not os.path.exists(chrome_path):
79 ChromeDriverTest._chrome_path = chrome_path
java_tests.py 46 def Run(src_dir, test_filter, chromedriver_path, chrome_path):
54 chrome_path: path to Chrome exe.
79 if chrome_path is not None:
80 sys_props += ['webdriver.chrome.binary=' + chrome_path]
test_paths.py 64 for chrome_path in possible_paths:
65 path = os.path.abspath(os.path.join(dir, chrome_path))
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 106 chrome_path = os.environ.get('CHROME_PATH')
107 if chrome_path:
108 if not os.path.exists(chrome_path):
109 raise Error('Invalid CHROME_PATH: %s' % chrome_path)
111 chrome_path = oshelpers.FindExeInPath(CHROME_EXE_BASENAME)
112 if not chrome_path:
113 raise Error('CHROME_PATH is undefined, and %s not found in PATH.' %
116 return os.path.realpath(chrome_path)
    [all...]
  /external/chromium_org/chrome/test/nacl_test_injection/
find_chrome.py 95 chrome_path = FindChrome(src_dir, options.config, options.verbose)
96 if not chrome_path:
101 print chrome_path
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 174 base::FilePath chrome_path; local
175 if (chrome_path.empty())
176 chrome_path = GetChromePathForInstallationLevel(SYSTEM_LEVEL_INSTALLATION);
177 if (chrome_path.empty())
178 chrome_path = GetChromePathForInstallationLevel(USER_LEVEL_INSTALLATION);
179 return chrome_path;
  /external/chromium_org/chrome_frame/
chrome_launcher.h 37 bool GetChromeExecutablePath(std::wstring* chrome_path);
chrome_launcher.cc 198 std::wstring chrome_path; local
199 if (GetChromeExecutablePath(&chrome_path)) {
204 command_line.reserve(chrome_path.size() + 2);
205 command_line.append(1, L'\"').append(chrome_path).append(1, L'\"');
220 if (CreateProcess(&chrome_path[0], &command_line[0],
236 bool GetChromeExecutablePath(std::wstring* chrome_path) {
237 _ASSERT(chrome_path);
259 *chrome_path = cur_path;
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 257 chrome_path = os.path.join(self._GetWinLocalFolder(folder_id), 'Google',
259 return (chrome_path if os.path.exists(chrome_path) else '')
279 chrome_path = self.GetExePath()
285 if not os.path.exists(chrome_path):
290 if not os.path.exists(chrome_path):
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 132 base::FilePath chrome_path; local
133 CHECK(PathService::Get(base::FILE_EXE, &chrome_path));
134 chrome_path = chrome_path.DirName();
135 chrome_path = chrome_path.Append(chrome::kBrowserProcessExecutablePath);
136 CHECK(PathService::Override(base::FILE_EXE, chrome_path));
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_unittest.cc 98 base::FilePath chrome_path = cloud_print::GetChromeExePath(); local
99 EXPECT_FALSE(chrome_path.empty());
101 chrome_path.value().rfind(kAlternateChromeExePath) != std::string::npos);
102 EXPECT_TRUE(base::PathExists(chrome_path));
104 chrome_path = cloud_print::GetChromeExePath();
106 EXPECT_TRUE(chrome_path.empty() ||
107 chrome_path.value().rfind(kChromeExePath) == std::string::npos);
port_monitor.cc 207 base::FilePath chrome_path = GetChromeExePath(); local
208 if (chrome_path.empty()) {
213 CommandLine command_line(chrome_path);
  /external/chromium_org/cloud_print/service/win/
setup_listener.cc 22 const char SetupListener::kChromePathJsonValueName[] = "chrome_path";
71 string16 chrome_path; local
72 dictionary->GetString(kChromePathJsonValueName, &chrome_path);
73 chrome_path_ = base::FilePath(chrome_path);
setup_listener.h 46 const base::FilePath& chrome_path() const { function in class:SetupListener
chrome_launcher.cc 218 base::FilePath chrome_path = chrome_launcher_support::GetAnyChromePath(); local
220 if (!chrome_path.empty()) {
221 CommandLine cmd(chrome_path);
281 base::FilePath chrome_path = chrome_launcher_support::GetAnyChromePath(); local
283 if (chrome_path.empty()) {
302 CommandLine cmd(chrome_path);
cloud_print_service.cc 297 if (setup.chrome_path().empty()) {
311 std::cout << "\n " << setup.chrome_path().value() << "\n";
  /external/chromium_org/chrome/installer/setup/
setup_util.h 49 // Chrome_path should contain at least one version folder.
51 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
setup_util.cc 142 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path) {
143 VLOG(1) << "Looking for Chrome version folder under " << chrome_path.value();
144 base::FileEnumerator version_enum(chrome_path, false,
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 61 chromedriver_path, chrome_path, android_package,
70 chrome_path: path to Chrome exe.
97 if chrome_path is not None:
98 sys_props += ['webdriver.chrome.binary=' + os.path.abspath(chrome_path)]
301 chrome_path=options.chrome,
run_all_tests.py 182 chrome_path = DownloadChrome(version_name, version[1], download_site)
185 chrome=chrome_path,
188 code2 = RunJavaTests(chromedriver, chrome=chrome_path,
  /external/chromium/chrome/browser/
jumplist_win.cc 336 const std::wstring& chrome_path,
355 chrome->SetIcon(chrome_path, 0, false);
356 AddShellLink(collection, chrome_path, chrome_switches, chrome);
368 incognito->SetIcon(chrome_path, 0, false);
369 AddShellLink(collection, chrome_path, chrome_switches, incognito);
421 FilePath chrome_path;
422 if (!PathService::Get(base::FILE_EXE, &chrome_path))
452 chrome_path.value(), chrome_switches,
459 chrome_path.value(), chrome_switches,
465 result = UpdateTaskCategory(destination_list, chrome_path.value()
    [all...]
  /external/chromium_org/chrome/browser/
jumplist_win.cc 321 const std::wstring& chrome_path,
340 chrome->SetIcon(chrome_path, 0, false);
341 AddShellLink(collection, chrome_path, chrome_switches, chrome);
353 incognito->SetIcon(chrome_path, 0, false);
354 AddShellLink(collection, chrome_path, chrome_switches, incognito);
406 base::FilePath chrome_path;
407 if (!PathService::Get(base::FILE_EXE, &chrome_path))
437 chrome_path.value(), chrome_switches,
444 chrome_path.value(), chrome_switches,
450 result = UpdateTaskCategory(destination_list, chrome_path.value()
    [all...]
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 199 base::FilePath chrome_path; local
200 if (!PathService::Get(base::FILE_EXE, &chrome_path)) {
204 string16 appid = delegate_execute::GetAppId(chrome_path);
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 73 base::FilePath chrome_path; local
74 CHECK(PathService::Get(base::FILE_EXE, &chrome_path));
75 CommandLine cmd_line(chrome_path);

Completed in 480 milliseconds

1 2