HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 29 base::LazyInstance<ThreadLocalPointer<ServiceWorkerDispatcher> >::Leaky
32 ServiceWorkerDispatcher* const kHasBeenDeleted =
33 reinterpret_cast<ServiceWorkerDispatcher*>(0x1);
41 ServiceWorkerDispatcher::ServiceWorkerDispatcher(
47 ServiceWorkerDispatcher::~ServiceWorkerDispatcher() {
51 void ServiceWorkerDispatcher::OnMessageReceived(const IPC::Message& msg) {
53 IPC_BEGIN_MESSAGE_MAP(ServiceWorkerDispatcher, msg)
72 bool ServiceWorkerDispatcher::Send(IPC::Message* msg)
    [all...]
service_worker_dispatcher.h 40 class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
42 explicit ServiceWorkerDispatcher(ThreadSafeSender* thread_safe_sender);
43 virtual ~ServiceWorkerDispatcher();
63 // (This is attached only to the document thread's ServiceWorkerDispatcher)
91 static ServiceWorkerDispatcher* GetOrCreateThreadSpecificInstance(
96 static ServiceWorkerDispatcher* GetThreadSpecificInstance();
150 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerDispatcher);

Completed in 79 milliseconds