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

  /external/chromium_org/webkit/browser/quota/
usage_tracker_unittest.cc 134 quota_client_.UpdateUsage(origin, delta);
135 usage_tracker_.UpdateUsageCache(quota_client_.id(), origin, delta);
140 quota_client_.UpdateUsage(origin, delta);
188 quota_client_.id(), origin, enabled);
194 client_list.push_back(&quota_client_);
201 MockQuotaClient quota_client_; member in class:quota::UsageTrackerTest
  /external/chromium_org/webkit/browser/appcache/
appcache_service.h 183 return quota_client_;
219 AppCacheQuotaClient* quota_client_; member in class:appcache::AppCacheService
appcache_service.cc 440 : appcache_policy_(NULL), quota_client_(NULL), handler_factory_(NULL),
446 quota_client_ = new AppCacheQuotaClient(this);
447 quota_manager_proxy_->RegisterClient(quota_client_);
457 if (quota_client_)
458 quota_client_->NotifyAppCacheDestroyed();

Completed in 41 milliseconds