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

  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 144 base::FilePath chrome_exe_path; local
145 bool found_exe = CommandExecuteImpl::FindChromeExe(&chrome_exe_path);
163 chrome_exe_path.value().c_str() :
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/google/
google_update_win.cc 40 const base::FilePath& chrome_exe_path) {
49 if (!base::FilePath::CompareEqualIgnoreCase(chrome_exe_path.value(),
51 !base::FilePath::CompareEqualIgnoreCase(chrome_exe_path.value(),
54 << L"non-standard location: " << chrome_exe_path.value().c_str()
62 !InstallUtil::IsPerUserInstall(chrome_exe_path.value().c_str()));
  /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))
507 CommandLine chrome_command(chrome_exe_path);
537 base::FilePath chrome_exe_path; local
538 if (!GetGoogleChromePath(&chrome_exe_path))
544 CommandLine chrome_command(chrome_exe_path);
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 495 base::FilePath chrome_exe_path; local
496 PathService::Get(base::FILE_EXE, &chrome_exe_path);
497 return chrome_exe_path;
764 const base::FilePath& chrome_exe_path,
775 cmd_line.SetProgram(chrome_exe_path);
933 base::FilePath chrome_exe_path = GetChromeExePath(); local
1006 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 335 base::FilePath chrome_exe_path; local
337 if (!PathService::Get(base::FILE_EXE, &chrome_exe_path))
346 sei.lpFile = chrome_exe_path.value().c_str();
    [all...]

Completed in 404 milliseconds