Searched defs:GetUsageAndQuotaForWebApps (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/quota/
H A Dquota_manager_unittest.cc126 void GetUsageAndQuotaForWebApps(const GURL& origin, function in class:content::QuotaManagerTest
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(GUR
[all...]
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc828 void QuotaManager::GetUsageAndQuotaForWebApps( function in class:storage::QuotaManager
887 GetUsageAndQuotaForWebApps(origin, type, callback);

Completed in 487 milliseconds