OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetUsageAndQuotaForWebApps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/quota/
quota_manager_unittest.cc
126
void
GetUsageAndQuotaForWebApps
(const GURL& origin,
131
quota_manager_->
GetUsageAndQuotaForWebApps
(
506
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kPerm);
512
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kTemp);
519
GetUsageAndQuotaForWebApps
(GURL("http://bar.com/"), kTemp);
527
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kTemp);
532
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kPerm);
558
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kTemp);
563
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kPerm);
605
GetUsageAndQuotaForWebApps
(GURL("http://foo.com/"), kTemp)
[
all
...]
/external/chromium_org/storage/browser/quota/
quota_manager.cc
828
void QuotaManager::
GetUsageAndQuotaForWebApps
(
887
GetUsageAndQuotaForWebApps
(origin, type, callback);
[
all
...]
Completed in 105 milliseconds