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

  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 160 expected_version_.reset(new Version(*approval->minimum_version));
265 if (expected_version_.get()) {
267 if (!expected_version_->Equals(*extension->version())) {
271 base::ASCIIToUTF16(expected_version_->GetString()),
275 if (extension->version()->CompareTo(*expected_version_) < 0) {
279 base::ASCIIToUTF16(expected_version_->GetString() + "+"),
    [all...]
crx_installer.h 130 expected_version_.reset(new Version(val));
315 scoped_ptr<Version> expected_version_; member in class:extensions::CrxInstaller
317 // If true, the actual version should be same with the |expected_version_|,
319 // the |expected_version_|.

Completed in 982 milliseconds