Searched defs:chrome_exe_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc61 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();
60 CanUpdateCurrentChrome( const std::wstring& chrome_exe_path) argument
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc38 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()));
37 CanUpdateCurrentChrome( const base::FilePath& chrome_exe_path) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc458 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,
716 GetDesktopFileContents( const base::FilePath& chrome_exe_path, const std::string& app_name, const GURL& url, const std::string& extension_id, const base::FilePath& extension_path, const base::string16& title, const std::string& icon_name, const base::FilePath& profile_path, bool no_display) argument
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi.cc378 // Returns true and populates |chrome_exe_path| with the path to chrome.exe if
380 bool GetGoogleChromePath(base::FilePath* chrome_exe_path) { argument
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/win8/metro_driver/
H A Dchrome_app_view_ash.cc446 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();

Completed in 225 milliseconds