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

  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.cc 30 install_source_(install_source),
41 install_source_(Manifest::INVALID_LOCATION),
65 if (install_source_ == other.install_source_) {
71 // |install_source_| is the higher priority source.
74 install_source_, other.install_source_);
76 return higher_priority_source == install_source_ ? 1 : -1;
pending_extension_info.h 66 Manifest::Location install_source() const { return install_source_; }
92 Manifest::Location install_source_; member in class:extensions::PendingExtensionInfo
webstore_standalone_installer.h 132 install_source_ = source;
135 return install_source_;
195 WebstoreInstaller::InstallSource install_source_; member in class:extensions::WebstoreStandaloneInstaller
crx_installer.h 120 return install_source_;
123 install_source_ = source;
291 Manifest::Location install_source_; member in class:extensions::CrxInstaller
crx_installer.cc 115 install_source_(Manifest::INTERNAL),
187 install_source_,
303 install_source_,
325 // and other uses of install_source_ that are no longer needed now that the
327 if (extension->is_theme() || Manifest::IsExternalLocation(install_source_))
728 install_source_,
882 install_source_ = installed_extension->location()
    [all...]
webstore_standalone_installer.cc 41 install_source_(WebstoreInstaller::INSTALL_SOURCE_INLINE),
270 install_source_);
webstore_installer.h 266 InstallSource install_source_; member in class:extensions::WebstoreInstaller
webstore_installer.cc 285 install_source_(source),
539 DownloadCrx(id_, install_source_);

Completed in 93 milliseconds