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

  /external/chromium/chrome/browser/google/
google_update.cc 61 const std::wstring& chrome_exe_path) {
76 if (chrome_exe_path != user_exe_path &&
77 chrome_exe_path != machine_exe_path ) {
79 << L"non-standard location: " << chrome_exe_path.c_str()
86 !InstallUtil::IsPerUserInstall(chrome_exe_path.c_str()));
270 FilePath chrome_exe_path; local
271 if (!PathService::Get(base::DIR_EXE, &chrome_exe_path)) {
275 std::wstring chrome_exe = chrome_exe_path.value();
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 378 // Returns true and populates |chrome_exe_path| with the path to chrome.exe if
380 bool GetGoogleChromePath(base::FilePath* chrome_exe_path) {
391 *chrome_exe_path =
396 return !chrome_exe_path->empty();
442 base::FilePath chrome_exe_path; local
443 if (!GetGoogleChromePath(&chrome_exe_path))
508 if (SUCCEEDED(ipl->LaunchCmdLine(chrome_exe_path.value().c_str())))
514 ret = base::LaunchProcess(chrome_exe_path.value(),
530 base::FilePath chrome_exe_path; local
531 if (!GetGoogleChromePath(&chrome_exe_path))
    [all...]
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 38 const base::FilePath& chrome_exe_path) {
47 if (!base::FilePath::CompareEqualIgnoreCase(chrome_exe_path.value(),
49 !base::FilePath::CompareEqualIgnoreCase(chrome_exe_path.value(),
52 << L"non-standard location: " << chrome_exe_path.value().c_str()
60 !InstallUtil::IsPerUserInstall(chrome_exe_path.value().c_str()));
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 76 base::FilePath chrome_exe_path =
80 if (!base::PathExists(chrome_exe_path)) {
83 chrome_exe_path =
88 if (!base::PathExists(chrome_exe_path)) {
90 chrome_exe_path.value().c_str());
94 CommandLine cl(chrome_exe_path);
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 88 std::string GetDesktopFileContents(const base::FilePath& chrome_exe_path,
shell_integration_linux.cc 458 base::FilePath chrome_exe_path; local
459 PathService::Get(base::FILE_EXE, &chrome_exe_path);
460 return chrome_exe_path;
717 const base::FilePath& chrome_exe_path,
751 std::string final_path = chrome_exe_path.value();
869 base::FilePath chrome_exe_path = GetChromeExePath(); local
870 if (chrome_exe_path.empty()) {
877 chrome_exe_path,
910 chrome_exe_path,
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 446 base::FilePath chrome_exe_path; local
448 if (!PathService::Get(base::FILE_EXE, &chrome_exe_path))
457 sei.lpFile = chrome_exe_path.value().c_str();
    [all...]

Completed in 730 milliseconds