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

  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 44 base::FilePath chrome_exe; local
45 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
50 !InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 129 base::FilePath chrome_exe; local
130 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
132 } else if (!InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
upgrade_util_win.cc 72 base::FilePath GetMetroRelauncherPath(const base::FilePath& chrome_exe,
74 base::FilePath path(chrome_exe.DirName());
127 base::FilePath chrome_exe; local
128 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
137 chrome_exe.DirName().Append(installer::kChromeExe));
167 ShellIntegration::GetStartMenuShortcut(chrome_exe));
176 base::string16 path(GetMetroRelauncherPath(chrome_exe, version_str).value());
  /external/chromium_org/chrome/installer/util/
google_update_util.cc 229 base::FilePath chrome_exe; local
230 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
237 chrome_exe.value().c_str());
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 135 base::FilePath chrome_exe; local
136 if (PathService::Get(base::FILE_EXE, &chrome_exe)) {
146 ShellUtil::CURRENT_USER, chrome_exe)) {
shell_integration_win.cc 140 base::FilePath chrome_exe; local
141 if (!PathService::Get(base::FILE_EXE, &chrome_exe))
175 ShellIntegration::MigrateShortcutsInPathInternal(chrome_exe, path,
262 base::FilePath chrome_exe; local
263 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
271 chrome_exe.value(), true)) {
284 base::FilePath chrome_exe;
285 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
292 if (!ShellUtil::MakeChromeDefaultProtocolClient(dist, chrome_exe.value(),
304 base::FilePath chrome_exe; local
322 base::FilePath chrome_exe; local
407 base::FilePath chrome_exe; local
    [all...]
  /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/browser/google/
google_update_win.cc 255 base::FilePath chrome_exe; local
256 if (!PathService::Get(base::DIR_EXE, &chrome_exe))
259 GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(chrome_exe);
293 if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.cc 44 base::FilePath chrome_exe; local
45 if (!PathService::Get(base::FILE_EXE, &chrome_exe))
55 chrome_exe, local
348 base::FilePath chrome_exe; local
349 if (!PathService::Get(base::FILE_EXE, &chrome_exe))
362 chrome_exe, local
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 99 base::FilePath chrome_exe; local
100 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
104 CommandLine command_line(chrome_exe);
179 base::FilePath chrome_exe; local
180 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
190 shortcut_properties.set_target(chrome_exe);
191 shortcut_properties.set_working_dir(chrome_exe.DirName());
194 shortcut_properties.set_icon(chrome_exe, GetAppListIconIndex());
  /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/win8/delegate_execute/
command_execute_impl.cc 317 bool CommandExecuteImpl::FindChromeExe(base::FilePath* chrome_exe) {
326 *chrome_exe = dir_exe.DirName().Append(chrome::kBrowserProcessExecutableName);
327 if (!base::PathExists(*chrome_exe)) {
328 *chrome_exe = dir_exe.Append(chrome::kBrowserProcessExecutableName);
329 if (!base::PathExists(*chrome_exe)) {
444 base::FilePath chrome_exe; local
445 if (!FindChromeExe(&chrome_exe) ||
446 ShellUtil::GetChromeDefaultStateFromPath(chrome_exe) !=
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 265 const base::FilePath& chrome_exe,
277 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe);
283 void ListDesktopShortcutsWithCommandLine(const base::FilePath& chrome_exe,
296 if (!IsChromeShortcut(path, chrome_exe, &shortcut_command_line))
408 base::FilePath chrome_exe; local
409 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
433 product.AddDefaultShortcutProperties(chrome_exe, &properties);
457 ListDesktopShortcutsWithCommandLine(chrome_exe, command_line,
478 // Returns true if any desktop shortcuts exist with target |chrome_exe|,
480 bool ChromeDesktopShortcutsExist(const base::FilePath& chrome_exe) {
504 base::FilePath chrome_exe; local
555 base::FilePath chrome_exe; local
702 base::FilePath chrome_exe; local
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 229 base::FilePath chrome_exe(target_path.Append(installer::kChromeExe));
245 install_list->AddMoveTreeWorkItem(chrome_exe.value(),
250 chrome_exe.value(),
584 base::FilePath chrome_exe = local
586 CommandLine cmd(chrome_exe);
1582 base::string16 chrome_exe; local
    [all...]

Completed in 302 milliseconds