HomeSort by relevance Sort by last modified time
    Searched refs:chrome_exe (Results 26 - 29 of 29) sorted by null

12

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 181 base::FilePath chrome_exe; local
182 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
188 base::FilePath working_dir(chrome_exe.DirName());
239 shortcut_properties.set_target(chrome_exe);
338 base::FilePath chrome_exe; local
339 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
343 command_line.SetProgram(chrome_exe);
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 137 base::FilePath chrome_exe; local
138 if (PathService::Get(base::FILE_EXE, &chrome_exe)) {
148 ShellUtil::CURRENT_USER, chrome_exe)) {
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 141 base::FilePath chrome_exe; variable
142 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
146 user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
  /external/chromium_org/chrome/installer/util/
installer_state.cc 659 base::FilePath chrome_exe(target_path().Append(kChromeFilenames[i]));
661 FileVersionInfo::CreateFileVersionInfo(chrome_exe));

Completed in 62 milliseconds

12