Searched refs:QuotaDispatcher (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/child/
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...]
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 Dchild_thread.h44 class QuotaDispatcher;
115 QuotaDispatcher* quota_dispatcher() const {
232 scoped_ptr<QuotaDispatcher> quota_dispatcher_;
H A Dquota_message_filter.cc67 QuotaDispatcher::ThreadSpecificInstance(thread_safe_sender_.get(), this)
H A Dchild_thread.cc288 quota_dispatcher_.reset(new QuotaDispatcher(thread_safe_sender_.get(),
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc1172 QuotaDispatcher::ThreadSpecificInstance(thread_safe_sender_.get(),
1177 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks));
H A Drender_frame_impl.cc3022 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks));

Completed in 1841 milliseconds