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

/external/chromium_org/storage/browser/quota/
H A Dquota_manager_proxy.h31 class STORAGE_EXPORT QuotaManagerProxy class in namespace:storage
32 : public base::RefCountedThreadSafe<QuotaManagerProxy> {
64 friend class base::RefCountedThreadSafe<QuotaManagerProxy>;
66 QuotaManagerProxy(
69 virtual ~QuotaManagerProxy();
74 DISALLOW_COPY_AND_ASSIGN(QuotaManagerProxy);
H A Dquota_manager_proxy.cc21 const QuotaManagerProxy::GetUsageAndQuotaCallback& callback,
36 void QuotaManagerProxy::RegisterClient(QuotaClient* client) {
40 base::Bind(&QuotaManagerProxy::RegisterClient, this, client))) {
50 void QuotaManagerProxy::NotifyStorageAccessed(
57 base::Bind(&QuotaManagerProxy::NotifyStorageAccessed, this, client_id,
66 void QuotaManagerProxy::NotifyStorageModified(
74 base::Bind(&QuotaManagerProxy::NotifyStorageModified, this, client_id,
83 void QuotaManagerProxy::NotifyOriginInUse(
88 base::Bind(&QuotaManagerProxy::NotifyOriginInUse, this, origin));
96 void QuotaManagerProxy
152 QuotaManagerProxy::QuotaManagerProxy( function in class:storage::QuotaManagerProxy
[all...]

Completed in 77 milliseconds