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

/external/chromium_org/content/child/
H A Dquota_dispatcher.h36 class QuotaDispatcher : public WorkerTaskRunner::Observer { class in namespace:content
46 QuotaDispatcher(ThreadSafeSender* thread_safe_sender,
48 virtual ~QuotaDispatcher();
52 static QuotaDispatcher* ThreadSpecificInstance(
89 DISALLOW_COPY_AND_ASSIGN(QuotaDispatcher);
H A Dquota_dispatcher.cc27 static base::LazyInstance<base::ThreadLocalPointer<QuotaDispatcher> >::Leaky
32 // QuotaDispatcher::Callback implementation for WebStorageQuotaCallbacks.
33 class WebStorageQuotaDispatcherCallback : public QuotaDispatcher::Callback {
62 QuotaDispatcher::QuotaDispatcher(ThreadSafeSender* thread_safe_sender, function in class:content::QuotaDispatcher
69 QuotaDispatcher::~QuotaDispatcher() {
79 QuotaDispatcher* QuotaDispatcher::ThreadSpecificInstance(
85 QuotaDispatcher* dispatche
[all...]

Completed in 252 milliseconds