OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetHostUsage
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper_impl.cc
128
GetHostUsage
(host, type);
131
void BrowsingDataQuotaHelperImpl::
GetHostUsage
(const std::string& host,
134
quota_manager_->
GetHostUsage
(
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_proxy.cc
176
GetHostUsage
(hosts_pending_.begin()->first,
214
GetHostUsage
(host, type);
219
void QuotaInternalsProxy::
GetHostUsage
(const std::string& host,
222
quota_manager_->
GetHostUsage
(host,
/external/chromium_org/content/browser/quota/
usage_tracker_unittest.cc
170
void
GetHostUsage
(const std::string& host, int64* usage) {
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
(host, &host_usage)
[
all
...]
quota_manager_unittest.cc
190
void
GetHostUsage
(const std::string& host, StorageType type) {
192
quota_manager_->
GetHostUsage
(
537
GetHostUsage
("foo.com", kTemp);
541
GetHostUsage
("foo.com", kPerm);
568
GetHostUsage
("foo.com", kTemp);
572
GetHostUsage
("foo.com", kPerm);
[
all
...]
/external/chromium_org/storage/browser/quota/
usage_tracker.cc
160
void UsageTracker::
GetHostUsage
(const std::string& host,
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
(
383
GetHostUsage
(host, base::Bind(&ClientUsageTracker::DidGetHostUsageAfterUpdate,
quota_manager.cc
865
GetUsageTracker(type)->
GetHostUsage
(net::GetHostOrSpecFromURL(origin),
[
all
...]
Completed in 47 milliseconds