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

/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.h33 class ServiceWorkerDispatcher : public webkit_glue::WorkerTaskRunner::Observer { class in namespace:content
35 explicit ServiceWorkerDispatcher(ThreadSafeSender* thread_safe_sender);
36 virtual ~ServiceWorkerDispatcher();
53 static ServiceWorkerDispatcher* ThreadSpecificInstance(
75 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerDispatcher);
H A Dservice_worker_dispatcher.cc23 base::LazyInstance<ThreadLocalPointer<ServiceWorkerDispatcher> >::Leaky
26 ServiceWorkerDispatcher* const kHasBeenDeleted =
27 reinterpret_cast<ServiceWorkerDispatcher*>(0x1);
35 ServiceWorkerDispatcher::ServiceWorkerDispatcher( function in class:content::ServiceWorkerDispatcher
41 ServiceWorkerDispatcher::~ServiceWorkerDispatcher() {
45 void ServiceWorkerDispatcher::OnMessageReceived(const IPC::Message& msg) {
47 IPC_BEGIN_MESSAGE_MAP(ServiceWorkerDispatcher, msg)
58 bool ServiceWorkerDispatcher
[all...]

Completed in 64 milliseconds