/external/chromium_org/native_client_sdk/src/tools/ |
D | getos.py | 111 chrome_path = os.environ.get('CHROME_PATH') 112 if chrome_path: 113 if not os.path.exists(chrome_path): 114 raise Error('Invalid CHROME_PATH: %s' % chrome_path) 115 return os.path.realpath(chrome_path) 119 chrome_path = oshelpers.FindExeInPath(basename) 120 if chrome_path: 121 return os.path.realpath(chrome_path) 124 chrome_path = CHROME_DEFAULT_PATH[platform] 125 if os.path.exists(chrome_path): [all …]
|
/external/chromium_org/chrome_frame/ |
D | chrome_launcher.cc | 198 std::wstring chrome_path; in SanitizeAndLaunchChrome() local 199 if (GetChromeExecutablePath(&chrome_path)) { in SanitizeAndLaunchChrome() 204 command_line.reserve(chrome_path.size() + 2); in SanitizeAndLaunchChrome() 205 command_line.append(1, L'\"').append(chrome_path).append(1, L'\"'); in SanitizeAndLaunchChrome() 220 if (CreateProcess(&chrome_path[0], &command_line[0], in SanitizeAndLaunchChrome() 236 bool GetChromeExecutablePath(std::wstring* chrome_path) { in GetChromeExecutablePath() argument 237 _ASSERT(chrome_path); in GetChromeExecutablePath() 259 *chrome_path = cur_path; in GetChromeExecutablePath()
|
D | chrome_launcher.h | 37 bool GetChromeExecutablePath(std::wstring* chrome_path);
|
/external/chromium_org/tools/ipc_fuzzer/ |
D | play_testcase.py | 29 chrome_path = '' 37 chrome_path = try_chrome 39 if not chrome_path: 59 chrome_path,
|
/external/chromium_org/chrome/installer/launcher_support/ |
D | chrome_launcher_support.cc | 174 base::FilePath chrome_path; in GetAnyChromePath() local 175 if (chrome_path.empty()) in GetAnyChromePath() 176 chrome_path = GetChromePathForInstallationLevel(SYSTEM_LEVEL_INSTALLATION); in GetAnyChromePath() 177 if (chrome_path.empty()) in GetAnyChromePath() 178 chrome_path = GetChromePathForInstallationLevel(USER_LEVEL_INSTALLATION); in GetAnyChromePath() 179 return chrome_path; in GetAnyChromePath()
|
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/ |
D | port_monitor_unittest.cc | 98 base::FilePath chrome_path = cloud_print::GetChromeExePath(); in TEST_F() local 99 EXPECT_FALSE(chrome_path.empty()); in TEST_F() 101 chrome_path.value().rfind(kAlternateChromeExePath) != std::string::npos); in TEST_F() 102 EXPECT_TRUE(base::PathExists(chrome_path)); in TEST_F() 104 chrome_path = cloud_print::GetChromeExePath(); in TEST_F() 106 EXPECT_TRUE(chrome_path.empty() || in TEST_F() 107 chrome_path.value().rfind(kChromeExePath) == std::string::npos); in TEST_F()
|
D | port_monitor.cc | 207 base::FilePath chrome_path = GetChromeExePath(); in LaunchPrintDialog() local 208 if (chrome_path.empty()) { in LaunchPrintDialog() 213 CommandLine command_line(chrome_path); in LaunchPrintDialog()
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
D | find_chrome.py | 93 chrome_path = FindChrome(src_dir, options.config, options.verbose) 94 if not chrome_path: 99 print chrome_path
|
/external/chromium_org/chrome/test/base/ |
D | in_process_browser_test.cc | 131 base::FilePath chrome_path; in InProcessBrowserTest() local 132 CHECK(PathService::Get(base::FILE_EXE, &chrome_path)); in InProcessBrowserTest() 133 chrome_path = chrome_path.DirName(); in InProcessBrowserTest() 134 chrome_path = chrome_path.Append(chrome::kBrowserProcessExecutablePath); in InProcessBrowserTest() 135 CHECK(PathService::Override(base::FILE_EXE, chrome_path)); in InProcessBrowserTest()
|
/external/chromium/chrome/browser/ |
D | 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(),
|
/external/chromium_org/chrome/browser/ |
D | 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(),
|
/external/chromium_org/chrome/test/mini_installer/ |
D | launch_chrome.py | 43 chrome_path = args[0] 47 _, _, process_id, _ = win32process.CreateProcess(None, chrome_path, None,
|
D | quit_chrome.py | 55 chrome_path = args[0] 57 if not CloseWindows(chrome_path):
|
/external/chromium_org/cloud_print/service/win/ |
D | chrome_launcher.cc | 219 base::FilePath chrome_path = chrome_launcher_support::GetAnyChromePath(); in Run() local 221 if (!chrome_path.empty()) { in Run() 222 CommandLine cmd(chrome_path); in Run() 282 base::FilePath chrome_path = chrome_launcher_support::GetAnyChromePath(); in CreateServiceStateFile() local 284 if (chrome_path.empty()) { in CreateServiceStateFile() 303 CommandLine cmd(chrome_path); in CreateServiceStateFile()
|
D | setup_listener.cc | 71 base::string16 chrome_path; in OnMessageReceived() local 72 dictionary->GetString(kChromePathJsonValueName, &chrome_path); in OnMessageReceived() 73 chrome_path_ = base::FilePath(chrome_path); in OnMessageReceived()
|
D | setup_listener.h | 46 const base::FilePath& chrome_path() const { in chrome_path() function
|
D | cloud_print_service.cc | 302 if (setup.chrome_path().empty()) { in SelectWindowsAccount() 316 std::cout << "\n " << setup.chrome_path().value() << "\n"; in SelectWindowsAccount()
|
/external/chromium_org/chrome/test/chromedriver/test/ |
D | run_java_tests.py | 65 chromedriver_path, chrome_path, log_path, android_package_key, argument 102 if chrome_path: 103 sys_props += ['webdriver.chrome.binary=' + os.path.abspath(chrome_path)] 322 chrome_path=options.chrome,
|
D | run_all_tests.py | 179 chrome_path = DownloadChrome(version_name, version[1], download_site) 182 chrome=chrome_path, 185 code2 = RunJavaTests(chromedriver, chrome=chrome_path,
|
/external/chromium_org/win8/metro_driver/ |
D | toast_notification_handler.cc | 200 base::FilePath chrome_path; in DisplayNotification() local 201 if (!PathService::Get(base::FILE_EXE, &chrome_path)) { in DisplayNotification() 208 chrome_path.value().c_str()); in DisplayNotification()
|
/external/chromium_org/chrome/installer/gcapi_mac/ |
D | gcapi.mm | 98 // If |chrome_path| is not 0, |*chrome_path| is set to the path where chrome 101 NSString** chrome_path) { 102 if (chrome_path) 103 *chrome_path = nil; 185 if (exists && chrome_path) 186 *chrome_path = string;
|
/external/chromium_org/v8/tools/push-to-trunk/ |
D | push_to_trunk.py | 391 chrome_path = self._options.c 392 if not chrome_path: 399 chrome_path = self.ReadLine() 400 self.Persist("chrome_path", chrome_path)
|
/external/chromium_org/content/browser/zygote_host/ |
D | zygote_host_impl_linux.cc | 77 base::FilePath chrome_path; in Init() local 78 CHECK(PathService::Get(base::FILE_EXE, &chrome_path)); in Init() 79 CommandLine cmd_line(chrome_path); in Init()
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_util.h | 51 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
|
D | setup_util.cc | 142 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path) { in GetMaxVersionFromArchiveDir() argument 143 VLOG(1) << "Looking for Chrome version folder under " << chrome_path.value(); in GetMaxVersionFromArchiveDir() 144 base::FileEnumerator version_enum(chrome_path, false, in GetMaxVersionFromArchiveDir()
|