Home | History | Annotate | Download | only in child

Lines Matching defs:QuotaDispatcher

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(
92 void QuotaDispatcher::OnWorkerRunLoopStopped() {
96 void QuotaDispatcher::OnMessageReceived(const IPC::Message& msg) {
98 IPC_BEGIN_MESSAGE_MAP(QuotaDispatcher, msg)
109 void QuotaDispatcher::QueryStorageUsageAndQuota(
120 void QuotaDispatcher::RequestStorageQuota(
143 QuotaDispatcher::Callback*
144 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(
149 void QuotaDispatcher::DidGrantStorageQuota(
159 void QuotaDispatcher::DidQueryStorageUsageAndQuota(
169 void QuotaDispatcher::DidFail(