Home
last modified time | relevance | path

Searched defs:change_flags (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/storage/browser/quota/
Dspecial_storage_policy.cc23 void SpecialStoragePolicy::NotifyGranted(const GURL& origin, int change_flags) { in NotifyGranted()
28 void SpecialStoragePolicy::NotifyRevoked(const GURL& origin, int change_flags) { in NotifyRevoked()
Dusage_tracker.cc637 int change_flags) { in OnGranted()
654 int change_flags) { in OnRevoked()
/external/chromium_org/chrome/browser/extensions/
Dextension_special_storage_policy.cc116 int change_flags = 0; in GrantRightsForExtension() local
156 int change_flags = 0; in RevokeRightsForExtension() local
199 int change_flags) { in NotifyGranted()
212 int change_flags) { in NotifyRevoked()
Dextension_special_storage_policy_unittest.cc39 int change_flags) OVERRIDE { in OnGranted()
47 int change_flags) OVERRIDE { in OnRevoked()
60 int change_flags) { in ExpectGrant()
67 int change_flags) { in ExpectRevoke()
363 int change_flags[] = { in TEST_F() local
/external/chromium_org/content/public/test/
Dmock_special_storage_policy.h76 void NotifyGranted(const GURL& origin, int change_flags) { in NotifyGranted()
80 void NotifyRevoked(const GURL& origin, int change_flags) { in NotifyRevoked()