HomeSort by relevance Sort by last modified time
    Searched full:installed_version (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/
upgrade_detector.cc 87 scoped_ptr<Version> installed_version; local
96 installed_version.reset(InstallUtil::GetChromeVersion(dist, false));
97 if (!installed_version.get()) {
99 installed_version.reset(InstallUtil::GetChromeVersion(dist, true));
102 installed_version.reset(
115 installed_version.reset(Version::GetVersionFromString(reply));
134 // |installed_version| may be NULL when the user downgrades on Linux (by
137 if (!installed_version.get() ||
138 (installed_version->CompareTo(*running_version) > 0)) {
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 221 Version installed_version; local
233 InstallUtil::GetChromeVersion(dist, system_install, &installed_version);
235 if (installed_version.IsValid()) {
240 installed_version =
252 installed_version = Version(reply);
267 // |installed_version| may be NULL when the user downgrades on Linux (by
270 if (!installed_version.IsValid() ||
271 (installed_version.CompareTo(running_version) > 0)) {
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 751 scoped_ptr<Version> installed_version(
753 if (!installed_version.get()) {
755 installed_version.reset(InstallUtil::GetChromeVersion(dist, true));
759 if (!installed_version.get() ||
760 (installed_version->CompareTo(*running_version) <= 0)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac.mm 136 int installed_version =
143 if (installed_version == 0)
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 77 // We depend on installed_version.GetString() not having spaces or other
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 1178 Version installed_version; local
    [all...]
uninstall.cc 525 const Version& installed_version) {
    [all...]

Completed in 127 milliseconds