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.h 43 class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
54 explicit ServiceWorkerDispatcher(ThreadSafeSender* thread_safe_sender);
55 virtual ~ServiceWorkerDispatcher();
80 // (This is attached only to the document thread's ServiceWorkerDispatcher)
125 static ServiceWorkerDispatcher* GetOrCreateThreadSpecificInstance(
130 static ServiceWorkerDispatcher* GetThreadSpecificInstance();
246 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerDispatcher);
service_worker_dispatcher.cc 32 base::LazyInstance<ThreadLocalPointer<ServiceWorkerDispatcher> >::Leaky
35 ServiceWorkerDispatcher* const kHasBeenDeleted =
36 reinterpret_cast<ServiceWorkerDispatcher*>(0x1);
44 ServiceWorkerDispatcher::ServiceWorkerDispatcher(
50 ServiceWorkerDispatcher::~ServiceWorkerDispatcher() {
54 void ServiceWorkerDispatcher::OnMessageReceived(const IPC::Message& msg) {
56 IPC_BEGIN_MESSAGE_MAP(ServiceWorkerDispatcher, msg)
87 bool ServiceWorkerDispatcher::Send(IPC::Message* msg)
    [all...]

Completed in 702 milliseconds