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

/external/chromium_org/content/browser/
H A Dquota_dispatcher_host.h27 class QuotaDispatcherHost : public BrowserMessageFilter { class in namespace:content
29 QuotaDispatcherHost(int process_id,
37 virtual ~QuotaDispatcherHost();
57 base::WeakPtrFactory<QuotaDispatcherHost> weak_factory_;
59 DISALLOW_IMPLICIT_CONSTRUCTORS(QuotaDispatcherHost);
H A Dquota_dispatcher_host.cc26 class QuotaDispatcherHost::RequestDispatcher {
28 RequestDispatcher(base::WeakPtr<QuotaDispatcherHost> dispatcher_host,
44 QuotaDispatcherHost* dispatcher_host() const {
58 base::WeakPtr<QuotaDispatcherHost> dispatcher_host_;
63 class QuotaDispatcherHost::QueryUsageAndQuotaDispatcher
67 base::WeakPtr<QuotaDispatcherHost> dispatcher_host,
97 class QuotaDispatcherHost::RequestQuotaDispatcher
102 RequestQuotaDispatcher(base::WeakPtr<QuotaDispatcherHost> dispatcher_host,
212 QuotaDispatcherHost::QuotaDispatcherHost( function in class:content::QuotaDispatcherHost
[all...]

Completed in 229 milliseconds