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

  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_proxy.cc 19 QuotaInternalsProxy::QuotaInternalsProxy(QuotaInternalsHandler* handler)
24 void QuotaInternalsProxy::RequestInfo(
30 base::Bind(&QuotaInternalsProxy::RequestInfo, this, quota_manager));
36 base::Bind(&QuotaInternalsProxy::DidGetAvailableSpace,
40 base::Bind(&QuotaInternalsProxy::DidGetGlobalQuota,
46 base::Bind(&QuotaInternalsProxy::DidGetGlobalUsage,
52 base::Bind(&QuotaInternalsProxy::DidGetGlobalUsage,
58 base::Bind(&QuotaInternalsProxy::DidGetGlobalUsage,
63 base::Bind(&QuotaInternalsProxy::DidDumpQuotaTable
    [all...]
quota_internals_proxy.h 31 class QuotaInternalsProxy
33 QuotaInternalsProxy,
36 explicit QuotaInternalsProxy(QuotaInternalsHandler* handler);
41 friend class base::DeleteHelper<QuotaInternalsProxy>;
49 virtual ~QuotaInternalsProxy();
84 base::WeakPtrFactory<QuotaInternalsProxy> weak_factory_;
86 DISALLOW_COPY_AND_ASSIGN(QuotaInternalsProxy);
quota_internals_handler.h 23 class QuotaInternalsProxy;
37 // Called by QuotaInternalsProxy to report information to WebUI page.
48 scoped_refptr<QuotaInternalsProxy> proxy_;
quota_internals_handler.cc 86 proxy_ = new QuotaInternalsProxy(this);
  /external/chromium_org/storage/browser/quota/
quota_manager.h 38 class QuotaInternalsProxy;
273 friend class quota_internals::QuotaInternalsProxy;

Completed in 541 milliseconds