HomeSort by relevance Sort by last modified time
    Searched refs:kNullVersion (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/component_updater/
default_component_installer.cc 19 const char kNullVersion[] = "0.0.0.0";
27 : current_version_(kNullVersion) {
102 if (current_version_.Equals(base::Version(kNullVersion)))
123 base::Version latest_version(kNullVersion);
202 if (current_version_.CompareTo(base::Version(kNullVersion)) > 0) {
swiftshader_component_installer.cc 48 const char kNullVersion[] = "0.0.0.0";
198 Version version(kNullVersion);
218 Version version(kNullVersion);
pepper_flash_component_installer.cc 59 const char kNullVersion[] = "0.0.0.0";
372 Version version(kNullVersion);
381 version = Version(kNullVersion);
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc 63 const char kNullVersion[] = "0.0.0.0";
300 if (current_version().Equals(Version(kNullVersion)))
350 Version current_version(kNullVersion);
367 current_version = Version(kNullVersion);

Completed in 6202 milliseconds