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

  /external/chromium_org/content/child/
quota_dispatcher.cc 27 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,
69 QuotaDispatcher::~QuotaDispatcher() {
79 QuotaDispatcher* QuotaDispatcher::ThreadSpecificInstance(
85 QuotaDispatcher* dispatcher = new QuotaDispatcher
    [all...]
quota_dispatcher.h 36 class QuotaDispatcher : public WorkerTaskRunner::Observer {
46 QuotaDispatcher(ThreadSafeSender* thread_safe_sender,
48 virtual ~QuotaDispatcher();
52 static QuotaDispatcher* ThreadSpecificInstance(
90 DISALLOW_COPY_AND_ASSIGN(QuotaDispatcher);
child_thread.h 50 class QuotaDispatcher;
118 QuotaDispatcher* quota_dispatcher() const {
239 scoped_ptr<QuotaDispatcher> quota_dispatcher_;
quota_message_filter.cc 67 QuotaDispatcher::ThreadSpecificInstance(thread_safe_sender_.get(), this)
child_thread.cc 265 quota_dispatcher_.reset(new QuotaDispatcher(thread_safe_sender_.get(),
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 307 QuotaDispatcher::ThreadSpecificInstance(
312 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks));
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc     [all...]
render_frame_impl.cc     [all...]

Completed in 1864 milliseconds