HomeSort by relevance Sort by last modified time
    Searched refs:quota_client (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/fileapi/
file_system_quota_client_unittest.cc 64 void GetOriginUsageAsync(FileSystemQuotaClient* quota_client,
67 quota_client->GetOriginUsage(
73 int64 GetOriginUsage(FileSystemQuotaClient* quota_client,
76 GetOriginUsageAsync(quota_client, origin_url, type);
81 const std::set<GURL>& GetOriginsForType(FileSystemQuotaClient* quota_client,
84 quota_client->GetOriginsForType(
92 const std::set<GURL>& GetOriginsForHost(FileSystemQuotaClient* quota_client,
96 quota_client->GetOriginsForHost(
104 void RunAdditionalOriginUsageTask(FileSystemQuotaClient* quota_client,
107 quota_client->GetOriginUsage
    [all...]
  /external/chromium_org/webkit/browser/quota/
mock_quota_manager.cc 73 QuotaClient::ID quota_client) const {
79 current->quota_client_mask & quota_client)
mock_quota_manager.h 13 #include "webkit/browser/quota/quota_client.h"
86 QuotaClient::ID quota_client) const;
  /external/chromium_org/webkit/browser/appcache/
appcache_service.h 182 AppCacheQuotaClient* quota_client() const { function in class:appcache::AppCacheService
appcache_storage_impl.cc 31 #include "webkit/browser/quota/quota_client.h"
293 if (storage_->service()->quota_client())
294 storage_->service()->quota_client()->NotifyAppCacheReady();
    [all...]

Completed in 786 milliseconds