Home
last modified time | relevance | path

Searched refs:new_chrome_exe (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/first_run/
Dupgrade_util_win.cc72 FilePath new_chrome_exe; in IsUpdatePendingRestart() local
73 if (!GetNewerChromeFile(&new_chrome_exe)) in IsUpdatePendingRestart()
75 return file_util::PathExists(new_chrome_exe); in IsUpdatePendingRestart()
79 FilePath new_chrome_exe; in SwapNewChromeExeIfPresent() local
80 if (!GetNewerChromeFile(&new_chrome_exe)) in SwapNewChromeExeIfPresent()
82 if (!file_util::PathExists(new_chrome_exe)) in SwapNewChromeExeIfPresent()
/external/chromium_org/chrome/browser/first_run/
Dupgrade_util_win.cc204 base::FilePath new_chrome_exe; in IsUpdatePendingRestart() local
205 if (!GetNewerChromeFile(&new_chrome_exe)) in IsUpdatePendingRestart()
207 return base::PathExists(new_chrome_exe); in IsUpdatePendingRestart()
211 base::FilePath new_chrome_exe; in SwapNewChromeExeIfPresent() local
212 if (!GetNewerChromeFile(&new_chrome_exe)) in SwapNewChromeExeIfPresent()
214 if (!base::PathExists(new_chrome_exe)) in SwapNewChromeExeIfPresent()
/external/chromium_org/win8/delegate_execute/
Dchrome_util.cc79 base::FilePath new_chrome_exe(chrome_exe.DirName().Append(kNewChromeExe)); in NewChromeExeExists() local
80 return base::PathExists(new_chrome_exe); in NewChromeExeExists()
/external/chromium_org/chrome/installer/setup/
Dinstall_worker.cc448 base::FilePath new_chrome_exe(target_path.Append(installer::kChromeNewExe)); in AddChromeWorkItems() local
450 install_list->AddDeleteTreeWorkItem(new_chrome_exe, temp_path); in AddChromeWorkItems()
457 new_chrome_exe.value(), in AddChromeWorkItems()
466 new_chrome_exe.value()); in AddChromeWorkItems()
981 base::FilePath new_chrome_exe( in AppendPostInstallTasks() local
991 new ConditionRunIfFileExists(new_chrome_exe))); in AppendPostInstallTasks()
1050 new Not(new ConditionRunIfFileExists(new_chrome_exe)))); in AppendPostInstallTasks()
Dinstall.cc206 base::FilePath new_chrome_exe( in InstallNewVersion() local
214 base::PathExists(new_chrome_exe) && current_version->get() && in InstallNewVersion()
239 if (base::PathExists(new_chrome_exe)) { in InstallNewVersion()