Searched refs:NotifyOriginNoLongerInUse (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/storage/browser/quota/
H A Dquota_manager_proxy.cc96 void QuotaManagerProxy::NotifyOriginNoLongerInUse( function in class:storage::QuotaManagerProxy
101 base::Bind(&QuotaManagerProxy::NotifyOriginNoLongerInUse, this,
106 manager_->NotifyOriginNoLongerInUse(origin);
H A Dquota_manager_proxy.h46 virtual void NotifyOriginNoLongerInUse(const GURL& origin);
H A Dquota_manager.h173 // to NotifyOriginNoLongerInUse.
175 void NotifyOriginNoLongerInUse(const GURL& origin);
H A Dquota_manager.cc910 void QuotaManager::NotifyOriginNoLongerInUse(const GURL& origin) { function in class:storage::QuotaManager
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager_proxy.h32 virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {}
H A Dquota_backend_impl_unittest.cc50 virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {}
H A Dquota_manager_unittest.cc294 void NotifyOriginNoLongerInUse(const GURL& origin) { function in class:content::QuotaManagerTest
295 quota_manager_->NotifyOriginNoLongerInUse(origin);
954 quota_manager()->NotifyOriginNoLongerInUse(kFooOrigin); // count of 1
960 quota_manager()->NotifyOriginNoLongerInUse(kBarOrigin);
963 quota_manager()->NotifyOriginNoLongerInUse(kFooOrigin);
1808 NotifyOriginNoLongerInUse(GURL("http://a.com/"));
1809 NotifyOriginNoLongerInUse(GURL("https://a.com/"));
/external/chromium_org/content/browser/appcache/
H A Dappcache_host.cc70 service()->quota_manager_proxy()->NotifyOriginNoLongerInUse(origin_in_use_);
H A Dappcache_host_unittest.cc120 virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {
H A Dappcache_storage_impl_unittest.cc324 virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {}
/external/chromium_org/content/browser/
H A Ddatabase_tracker_unittest.cc131 virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {}

Completed in 183 milliseconds