HomeSort by relevance Sort by last modified time
    Searched defs:chrome_exe_path (Results 1 - 4 of 4) 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() :
  /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...]
  /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/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 596 milliseconds