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

/external/chromium_org/storage/browser/quota/
H A Dquota_manager_proxy.cc83 void QuotaManagerProxy::NotifyOriginInUse( function in class:storage::QuotaManagerProxy
88 base::Bind(&QuotaManagerProxy::NotifyOriginInUse, this, origin));
93 manager_->NotifyOriginInUse(origin);
H A Dquota_manager_proxy.h45 virtual void NotifyOriginInUse(const GURL& origin);
H A Dquota_manager.h172 // A call to NotifyOriginInUse must be balanced by a later call
174 void NotifyOriginInUse(const GURL& origin);
H A Dquota_manager.cc905 void QuotaManager::NotifyOriginInUse(const GURL& origin) { function in class:storage::QuotaManager
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager_proxy.h31 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {}
H A Dquota_backend_impl_unittest.cc49 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {}
H A Dquota_manager_unittest.cc290 void NotifyOriginInUse(const GURL& origin) { function in class:content::QuotaManagerTest
291 quota_manager_->NotifyOriginInUse(origin);
950 quota_manager()->NotifyOriginInUse(kFooOrigin); // count of 1
952 quota_manager()->NotifyOriginInUse(kFooOrigin); // count of 2
958 quota_manager()->NotifyOriginInUse(kBarOrigin);
1787 NotifyOriginInUse(GURL("http://a.com/"));
1794 NotifyOriginInUse(GURL("https://a.com/"));
/external/chromium_org/content/browser/appcache/
H A Dappcache_host.cc91 service()->quota_manager_proxy()->NotifyOriginInUse(origin_in_use_);
H A Dappcache_host_unittest.cc116 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {
H A Dappcache_storage_impl_unittest.cc323 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {}
/external/chromium_org/content/browser/
H A Ddatabase_tracker_unittest.cc130 virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {}

Completed in 822 milliseconds