Home
last modified time | relevance | path

Searched refs:NotifyOriginInUse (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/webkit/browser/quota/
Dquota_manager.h164 void NotifyOriginInUse(const GURL& origin);
452 virtual void NotifyOriginInUse(const GURL& origin);
Dmock_quota_manager.h152 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {} in NotifyOriginInUse() function
Dquota_manager_unittest.cc272 void NotifyOriginInUse(const GURL& origin) { in NotifyOriginInUse() function in quota::QuotaManagerTest
273 quota_manager_->NotifyOriginInUse(origin); in NotifyOriginInUse()
932 quota_manager()->NotifyOriginInUse(kFooOrigin); // count of 1 in TEST_F()
934 quota_manager()->NotifyOriginInUse(kFooOrigin); // count of 2 in TEST_F()
940 quota_manager()->NotifyOriginInUse(kBarOrigin); in TEST_F()
1762 NotifyOriginInUse(GURL("http://a.com/")); in TEST_F()
1769 NotifyOriginInUse(GURL("https://a.com/")); in TEST_F()
Dquota_manager.cc911 void QuotaManager::NotifyOriginInUse(const GURL& origin) { in NotifyOriginInUse() function in quota::QuotaManager
1657 void QuotaManagerProxy::NotifyOriginInUse( in NotifyOriginInUse() function in quota::QuotaManagerProxy
1662 base::Bind(&QuotaManagerProxy::NotifyOriginInUse, this, origin)); in NotifyOriginInUse()
1667 manager_->NotifyOriginInUse(origin); in NotifyOriginInUse()
/external/chromium_org/webkit/browser/fileapi/quota/
Dquota_backend_impl_unittest.cc38 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {} in NotifyOriginInUse() function in fileapi::__anon11de64f40111::MockQuotaManagerProxy
/external/chromium_org/webkit/browser/appcache/
Dappcache_host.cc91 service()->quota_manager_proxy()->NotifyOriginInUse(origin_in_use_); in SelectCache()
Dappcache_host_unittest.cc115 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE { in NotifyOriginInUse() function in appcache::AppCacheHostTest::MockQuotaManagerProxy
Dappcache_storage_impl_unittest.cc322 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {} in NotifyOriginInUse() function in appcache::AppCacheStorageImplTest::MockQuotaManagerProxy
/external/chromium_org/webkit/browser/database/
Ddatabase_tracker_unittest.cc125 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {} in NotifyOriginInUse() function in __anon991448140111::TestQuotaManagerProxy