Home
last modified time | relevance | path

Searched refs:IsAutoUpdateableLocation (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/common/
Dmanifest.h93 static inline bool IsAutoUpdateableLocation(Location location) { in IsAutoUpdateableLocation() function
/external/chromium_org/chrome/browser/extensions/updater/
Dextension_updater.cc412 if (!Manifest::IsAutoUpdateableLocation(extension.location())) { in AddToDownloader()
471 if (!Manifest::IsAutoUpdateableLocation(info->install_source())) { in OnForcedUpdatesDetermined()
/external/chromium_org/chrome/browser/extensions/
Dinstall_verifier.cc203 Manifest::IsAutoUpdateableLocation(extension.location())); in IsFromStore()
Dextension_system_impl.cc172 if (!Manifest::IsAutoUpdateableLocation(extension.location())) in ShouldBeVerified()