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

  /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...]
  /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/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 68 milliseconds