OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyOriginNoLongerInUse
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/browser/quota/
mock_quota_manager.h
153
virtual void
NotifyOriginNoLongerInUse
(const GURL& origin) OVERRIDE {}
quota_manager.h
163
// to
NotifyOriginNoLongerInUse
.
165
void
NotifyOriginNoLongerInUse
(const GURL& origin);
453
virtual void
NotifyOriginNoLongerInUse
(const GURL& origin);
quota_manager_unittest.cc
276
void
NotifyOriginNoLongerInUse
(const GURL& origin) {
277
quota_manager_->
NotifyOriginNoLongerInUse
(origin);
936
quota_manager()->
NotifyOriginNoLongerInUse
(kFooOrigin); // count of 1
942
quota_manager()->
NotifyOriginNoLongerInUse
(kBarOrigin);
945
quota_manager()->
NotifyOriginNoLongerInUse
(kFooOrigin);
[
all
...]
quota_manager.cc
916
void QuotaManager::
NotifyOriginNoLongerInUse
(const GURL& origin) {
[
all
...]
/external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl_unittest.cc
39
virtual void
NotifyOriginNoLongerInUse
(const GURL& origin) OVERRIDE {}
/external/chromium_org/webkit/browser/appcache/
appcache_host.cc
70
service()->quota_manager_proxy()->
NotifyOriginNoLongerInUse
(origin_in_use_);
appcache_host_unittest.cc
119
virtual void
NotifyOriginNoLongerInUse
(const GURL& origin) OVERRIDE {
appcache_storage_impl_unittest.cc
323
virtual void
NotifyOriginNoLongerInUse
(const GURL& origin) OVERRIDE {}
[
all
...]
/external/chromium_org/webkit/browser/database/
database_tracker_unittest.cc
126
virtual void
NotifyOriginNoLongerInUse
(const GURL& origin) OVERRIDE {}
[
all
...]
Completed in 3439 milliseconds