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

  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 75 base::FilePath chrome_exe_path =
79 if (!base::PathExists(chrome_exe_path)) {
82 chrome_exe_path =
87 if (!base::PathExists(chrome_exe_path)) {
89 chrome_exe_path.value().c_str());
93 CommandLine cl(chrome_exe_path);
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 381 // Returns true and populates |chrome_exe_path| with the path to chrome.exe if
383 bool GetGoogleChromePath(base::FilePath* chrome_exe_path) {
394 *chrome_exe_path =
399 return !chrome_exe_path->empty();
445 base::FilePath chrome_exe_path; local
446 if (!GetGoogleChromePath(&chrome_exe_path))
511 if (SUCCEEDED(ipl->LaunchCmdLine(chrome_exe_path.value().c_str())))
517 ret = base::LaunchProcess(chrome_exe_path.value(),
533 base::FilePath chrome_exe_path; local
534 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/chrome/browser/
shell_integration_linux.cc 493 base::FilePath chrome_exe_path; local
494 PathService::Get(base::FILE_EXE, &chrome_exe_path);
495 return chrome_exe_path;
762 const base::FilePath& chrome_exe_path,
773 cmd_line.SetProgram(chrome_exe_path);
931 base::FilePath chrome_exe_path = GetChromeExePath(); local
1004 base::FilePath chrome_exe_path = GetChromeExePath(); local
    [all...]
shell_integration_linux.h 89 std::string GetDesktopFileContents(const base::FilePath& chrome_exe_path,
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 344 base::FilePath chrome_exe_path; local
346 if (!PathService::Get(base::FILE_EXE, &chrome_exe_path))
355 sei.lpFile = chrome_exe_path.value().c_str();
    [all...]

Completed in 188 milliseconds