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

  /external/chromium_org/content/browser/quota/
usage_tracker_unittest.cc 142 quota_client_.UpdateUsage(origin, delta);
143 usage_tracker_.UpdateUsageCache(quota_client_.id(), origin, delta);
148 quota_client_.UpdateUsage(origin, delta);
196 quota_client_.id(), origin, enabled);
202 client_list.push_back(&quota_client_);
209 MockQuotaClient quota_client_; member in class:content::UsageTrackerTest
  /external/chromium_org/webkit/browser/appcache/
appcache_service_impl.h 166 return quota_client_;
206 AppCacheQuotaClient* quota_client_; member in class:appcache::AppCacheServiceImpl
appcache_service_impl.cc 446 : appcache_policy_(NULL), quota_client_(NULL), handler_factory_(NULL),
451 quota_client_ = new AppCacheQuotaClient(this);
452 quota_manager_proxy_->RegisterClient(quota_client_);
462 if (quota_client_)
463 quota_client_->NotifyAppCacheDestroyed();

Completed in 3265 milliseconds