ServiceWorkerDispatcher  254 content/child/child_thread.cc       new ServiceWorkerDispatcher(thread_safe_sender_.get()));
ServiceWorkerDispatcher   46 content/child/child_thread.h class ServiceWorkerDispatcher;
ServiceWorkerDispatcher  114 content/child/child_thread.h   ServiceWorkerDispatcher* service_worker_dispatcher() const {
ServiceWorkerDispatcher  227 content/child/child_thread.h   scoped_ptr<ServiceWorkerDispatcher> service_worker_dispatcher_;
ServiceWorkerDispatcher   22 content/child/service_worker/service_worker_dispatcher.cc base::LazyInstance<ThreadLocalPointer<ServiceWorkerDispatcher> >::Leaky
ServiceWorkerDispatcher   25 content/child/service_worker/service_worker_dispatcher.cc ServiceWorkerDispatcher* const kHasBeenDeleted =
ServiceWorkerDispatcher   26 content/child/service_worker/service_worker_dispatcher.cc     reinterpret_cast<ServiceWorkerDispatcher*>(0x1);
ServiceWorkerDispatcher   34 content/child/service_worker/service_worker_dispatcher.cc ServiceWorkerDispatcher::ServiceWorkerDispatcher(
ServiceWorkerDispatcher   40 content/child/service_worker/service_worker_dispatcher.cc ServiceWorkerDispatcher::~ServiceWorkerDispatcher() {
ServiceWorkerDispatcher   44 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::OnMessageReceived(const IPC::Message& msg) {
ServiceWorkerDispatcher   46 content/child/service_worker/service_worker_dispatcher.cc   IPC_BEGIN_MESSAGE_MAP(ServiceWorkerDispatcher, msg)
ServiceWorkerDispatcher   57 content/child/service_worker/service_worker_dispatcher.cc bool ServiceWorkerDispatcher::Send(IPC::Message* msg) {
ServiceWorkerDispatcher   61 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::RegisterServiceWorker(
ServiceWorkerDispatcher   71 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::UnregisterServiceWorker(
ServiceWorkerDispatcher   80 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::AddScriptClient(
ServiceWorkerDispatcher   90 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::RemoveScriptClient(int provider_id) {
ServiceWorkerDispatcher   99 content/child/service_worker/service_worker_dispatcher.cc ServiceWorkerDispatcher* ServiceWorkerDispatcher::ThreadSpecificInstance(
ServiceWorkerDispatcher  108 content/child/service_worker/service_worker_dispatcher.cc   ServiceWorkerDispatcher* dispatcher =
ServiceWorkerDispatcher  109 content/child/service_worker/service_worker_dispatcher.cc       new ServiceWorkerDispatcher(thread_safe_sender);
ServiceWorkerDispatcher  115 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::OnRegistered(int32 thread_id,
ServiceWorkerDispatcher  136 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::OnUnregistered(
ServiceWorkerDispatcher  149 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::OnRegistrationError(
ServiceWorkerDispatcher  166 content/child/service_worker/service_worker_dispatcher.cc void ServiceWorkerDispatcher::OnWorkerRunLoopStopped() { delete this; }
ServiceWorkerDispatcher   35 content/child/service_worker/service_worker_dispatcher.h class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
ServiceWorkerDispatcher   37 content/child/service_worker/service_worker_dispatcher.h   explicit ServiceWorkerDispatcher(ThreadSafeSender* thread_safe_sender);
ServiceWorkerDispatcher   38 content/child/service_worker/service_worker_dispatcher.h   virtual ~ServiceWorkerDispatcher();
ServiceWorkerDispatcher   61 content/child/service_worker/service_worker_dispatcher.h   static ServiceWorkerDispatcher* ThreadSpecificInstance(
ServiceWorkerDispatcher   86 content/child/service_worker/service_worker_dispatcher.h   DISALLOW_COPY_AND_ASSIGN(ServiceWorkerDispatcher);
ServiceWorkerDispatcher   36 content/child/service_worker/service_worker_message_filter.cc   ServiceWorkerDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
ServiceWorkerDispatcher   51 content/child/service_worker/web_service_worker_provider_impl.cc ServiceWorkerDispatcher* WebServiceWorkerProviderImpl::GetDispatcher() {
ServiceWorkerDispatcher   52 content/child/service_worker/web_service_worker_provider_impl.cc   return ServiceWorkerDispatcher::ThreadSpecificInstance(thread_safe_sender_);
ServiceWorkerDispatcher   20 content/child/service_worker/web_service_worker_provider_impl.h class ServiceWorkerDispatcher;
ServiceWorkerDispatcher   40 content/child/service_worker/web_service_worker_provider_impl.h   ServiceWorkerDispatcher* GetDispatcher();