Searched defs:GetHostUsage (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper_impl.cc128 GetHostUsage(host, type);
131 void BrowsingDataQuotaHelperImpl::GetHostUsage(const std::string& host, function in class:BrowsingDataQuotaHelperImpl
134 quota_manager_->GetHostUsage(
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_proxy.cc176 GetHostUsage(hosts_pending_.begin()->first,
214 GetHostUsage(host, type);
219 void QuotaInternalsProxy::GetHostUsage(const std::string& host, function in class:quota_internals::QuotaInternalsProxy
222 quota_manager_->GetHostUsage(host,
/external/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc170 void GetHostUsage(const std::string& host, int64* usage) { function in class:content::UsageTrackerTest
172 usage_tracker_.GetHostUsage(host, base::Bind(&DidGetUsage, &done, usage));
228 GetHostUsage(host, &host_usage);
235 GetHostUsage(host, &host_usage);
242 GetHostUsage(host, &host_usage);
258 GetHostUsage(host, &host_usage);
265 GetHostUsage(host, &host_usage);
276 GetHostUsage(host, &host_usage);
283 GetHostUsage(host, &host_usage);
292 GetHostUsage(hos
[all...]
H A Dquota_manager_unittest.cc190 void GetHostUsage(const std::string& host, StorageType type) { function in class:content::QuotaManagerTest
192 quota_manager_->GetHostUsage(
537 GetHostUsage("foo.com", kTemp);
541 GetHostUsage("foo.com", kPerm);
568 GetHostUsage("foo.com", kTemp);
572 GetHostUsage("foo.com", kPerm);
1158 GetHostUsage("foo.com", kPerm);
1162 GetHostUsage("buz.com", kTemp);
1208 GetHostUsage("buz.com", kTemp);
1215 GetHostUsage("bu
[all...]
/external/chromium_org/storage/browser/quota/
H A Dusage_tracker.cc160 void UsageTracker::GetHostUsage(const std::string& host, function in class:storage::UsageTracker
166 // Calling GetHostUsage(accumulator) may synchronously
181 iter->second->GetHostUsage(host, accumulator);
183 // Fire the sentinel as we've now called GetHostUsage for all clients.
341 void ClientUsageTracker::GetHostUsage( function in class:storage::ClientUsageTracker
383 GetHostUsage(host, base::Bind(&ClientUsageTracker::DidGetHostUsageAfterUpdate,
H A Dquota_manager.cc865 GetUsageTracker(type)->GetHostUsage(net::GetHostOrSpecFromURL(origin),
1091 void QuotaManager::GetHostUsage(const std::string& host, function in class:storage::QuotaManager
1096 GetUsageTracker(type)->GetHostUsage(host, callback);
1099 void QuotaManager::GetHostUsage(const std::string& host, function in class:storage::QuotaManager
1111 tracker->GetHostUsage(host, callback);

Completed in 3647 milliseconds