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

  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy.cc 91 bool ExtensionSpecialStoragePolicy::NeedsProtection(
106 if (!(NeedsProtection(extension) ||
119 if (NeedsProtection(extension) && protected_apps_.Add(extension))
147 if (!(NeedsProtection(extension) ||
159 if (NeedsProtection(extension) && protected_apps_.Remove(extension))
extension_special_storage_policy.h 45 bool NeedsProtection(const extensions::Extension* extension);

Completed in 141 milliseconds