WorkerThread 69 base/threading/worker_pool_posix.cc WorkerThread(const std::string& name_prefix, WorkerThread 80 base/threading/worker_pool_posix.cc DISALLOW_COPY_AND_ASSIGN(WorkerThread); WorkerThread 83 base/threading/worker_pool_posix.cc void WorkerThread::ThreadMain() { WorkerThread 169 base/threading/worker_pool_posix.cc WorkerThread* worker = WorkerThread 170 base/threading/worker_pool_posix.cc new WorkerThread(name_prefix_, this); WorkerThread 51 content/child/child_message_filter.h friend class WorkerThread; WorkerThread 33 content/worker/websharedworker_stub.cc WorkerThread* worker_thread = WorkerThread::current(); WorkerThread 54 content/worker/websharedworker_stub.cc WorkerThread* worker_thread = WorkerThread::current(); WorkerThread 98 content/worker/websharedworker_stub.cc WorkerThread::current()->Send( WorkerThread 125 content/worker/websharedworker_stub.cc WorkerThread::current()->Send( WorkerThread 124 content/worker/websharedworkerclient_proxy.cc return WorkerThread::current()->Send(message); WorkerThread 58 content/worker/worker_main.cc worker_process.set_main_thread(new WorkerThread()); WorkerThread 32 content/worker/worker_thread.cc static base::LazyInstance<base::ThreadLocalPointer<WorkerThread> > lazy_tls = WorkerThread 35 content/worker/worker_thread.cc WorkerThread::WorkerThread() { WorkerThread 64 content/worker/worker_thread.cc void WorkerThread::OnShutdown() { WorkerThread 71 content/worker/worker_thread.cc WorkerThread::~WorkerThread() { WorkerThread 74 content/worker/worker_thread.cc void WorkerThread::Shutdown() { WorkerThread 92 content/worker/worker_thread.cc WorkerThread* WorkerThread::current() { WorkerThread 96 content/worker/worker_thread.cc bool WorkerThread::OnControlMessageReceived(const IPC::Message& msg) { WorkerThread 102 content/worker/worker_thread.cc IPC_BEGIN_MESSAGE_MAP(WorkerThread, msg) WorkerThread 109 content/worker/worker_thread.cc bool WorkerThread::OnMessageReceived(const IPC::Message& msg) { WorkerThread 111 content/worker/worker_thread.cc IPC_BEGIN_MESSAGE_MAP(WorkerThread, msg) WorkerThread 118 content/worker/worker_thread.cc void WorkerThread::OnCreateWorker( WorkerThread 131 content/worker/worker_thread.cc void WorkerThread::OnChannelError() { WorkerThread 140 content/worker/worker_thread.cc void WorkerThread::RemoveWorkerStub(WebSharedWorkerStub* stub) { WorkerThread 144 content/worker/worker_thread.cc void WorkerThread::AddWorkerStub(WebSharedWorkerStub* stub) { WorkerThread 21 content/worker/worker_thread.h class WorkerThread : public ChildThread { WorkerThread 23 content/worker/worker_thread.h WorkerThread(); WorkerThread 24 content/worker/worker_thread.h virtual ~WorkerThread(); WorkerThread 28 content/worker/worker_thread.h static WorkerThread* current(); WorkerThread 54 content/worker/worker_thread.h DISALLOW_COPY_AND_ASSIGN(WorkerThread); WorkerThread 15 content/worker/worker_webapplicationcachehost_impl.cc WorkerThread::current()->appcache_dispatcher()->backend_proxy()) {