OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyRevoked
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/webkit/browser/quota/
special_storage_policy.cc
28
void SpecialStoragePolicy::
NotifyRevoked
(const GURL& origin, int change_flags) {
special_storage_policy.h
78
void
NotifyRevoked
(const GURL& origin, int change_flags);
mock_special_storage_policy.h
78
void
NotifyRevoked
(const GURL& origin, int change_flags) {
79
SpecialStoragePolicy::
NotifyRevoked
(origin, change_flags);
usage_tracker_unittest.cc
181
storage_policy_->
NotifyRevoked
(
/external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy.cc
163
NotifyRevoked
(Extension::GetBaseURLFromExtensionId(extension->id()),
194
void ExtensionSpecialStoragePolicy::
NotifyRevoked
(
200
base::Bind(&ExtensionSpecialStoragePolicy::
NotifyRevoked
, this,
204
SpecialStoragePolicy::
NotifyRevoked
(origin, change_flags);
extension_special_storage_policy.h
77
void
NotifyRevoked
(const GURL& origin, int change_flags);
Completed in 36 milliseconds