ChildThread 167 content/app/android/child_process_service.cc ChildThread::ShutdownThread(); ChildThread 54 content/child/child_message_filter.cc thread_safe_sender_(ChildThread::current()->thread_safe_sender()) {} ChildThread 49 content/child/child_message_filter.h friend class ChildThread; ChildThread 74 content/child/child_process.cc ChildThread* ChildProcess::main_thread() { ChildThread 78 content/child/child_process.cc void ChildProcess::set_main_thread(ChildThread* thread) { ChildThread 15 content/child/child_process.h class ChildThread; ChildThread 27 content/child/child_process.h ChildThread* main_thread(); ChildThread 31 content/child/child_process.h void set_main_thread(ChildThread* thread); ChildThread 73 content/child/child_process.h scoped_ptr<ChildThread> main_thread_; ChildThread 39 content/child/child_shared_bitmap_manager.cc memory.reset(ChildThread::AllocateSharedMemory(memory_size, sender_)); ChildThread 65 content/child/child_thread.cc base::LazyInstance<base::ThreadLocalPointer<ChildThread> > g_lazy_tls = ChildThread 153 content/child/child_thread.cc ChildThread* g_child_thread = NULL; ChildThread 190 content/child/child_thread.cc ChildThread::ChildThreadMessageRouter::ChildThreadMessageRouter( ChildThread 194 content/child/child_thread.cc bool ChildThread::ChildThreadMessageRouter::Send(IPC::Message* msg) { ChildThread 198 content/child/child_thread.cc ChildThread::ChildThread() ChildThread 207 content/child/child_thread.cc ChildThread::ChildThread(const std::string& channel_name) ChildThread 215 content/child/child_thread.cc void ChildThread::Init() { ChildThread 288 content/child/child_thread.cc base::Bind(&ChildThread::EnsureConnected, ChildThread 314 content/child/child_thread.cc ChildThread::~ChildThread() { ChildThread 334 content/child/child_thread.cc void ChildThread::Shutdown() { ChildThread 341 content/child/child_thread.cc void ChildThread::OnChannelConnected(int32 peer_pid) { ChildThread 345 content/child/child_thread.cc void ChildThread::OnChannelError() { ChildThread 350 content/child/child_thread.cc bool ChildThread::Send(IPC::Message* msg) { ChildThread 360 content/child/child_thread.cc MessageRouter* ChildThread::GetRouter() { ChildThread 365 content/child/child_thread.cc webkit_glue::ResourceLoaderBridge* ChildThread::CreateBridge( ChildThread 370 content/child/child_thread.cc base::SharedMemory* ChildThread::AllocateSharedMemory(size_t buf_size) { ChildThread 375 content/child/child_thread.cc base::SharedMemory* ChildThread::AllocateSharedMemory( ChildThread 409 content/child/child_thread.cc bool ChildThread::OnMessageReceived(const IPC::Message& msg) { ChildThread 421 content/child/child_thread.cc IPC_BEGIN_MESSAGE_MAP(ChildThread, msg) ChildThread 447 content/child/child_thread.cc bool ChildThread::OnControlMessageReceived(const IPC::Message& msg) { ChildThread 451 content/child/child_thread.cc void ChildThread::OnShutdown() { ChildThread 456 content/child/child_thread.cc void ChildThread::OnSetIPCLoggingEnabled(bool enable) { ChildThread 464 content/child/child_thread.cc void ChildThread::OnSetProfilerStatus(ThreadData::Status status) { ChildThread 468 content/child/child_thread.cc void ChildThread::OnGetChildProfilerData(int sequence_number) { ChildThread 476 content/child/child_thread.cc void ChildThread::OnDumpHandles() { ChildThread 490 content/child/child_thread.cc void ChildThread::OnGetTcmallocStats() { ChildThread 499 content/child/child_thread.cc ChildThread* ChildThread::current() { ChildThread 506 content/child/child_thread.cc void ChildThread::ShutdownThread() { ChildThread 507 content/child/child_thread.cc DCHECK(!ChildThread::current()) << ChildThread 520 content/child/child_thread.cc void ChildThread::OnProcessFinalRelease() { ChildThread 535 content/child/child_thread.cc void ChildThread::EnsureConnected() { ChildThread 57 content/child/child_thread.h class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender { ChildThread 60 content/child/child_thread.h ChildThread(); ChildThread 62 content/child/child_thread.h explicit ChildThread(const std::string& channel_name); ChildThread 68 content/child/child_thread.h virtual ~ChildThread(); ChildThread 148 content/child/child_thread.h static ChildThread* current(); ChildThread 241 content/child/child_thread.h base::WeakPtrFactory<ChildThread> channel_connected_factory_; ChildThread 251 content/child/child_thread.h DISALLOW_COPY_AND_ASSIGN(ChildThread); ChildThread 183 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_OpenFileSystem( ChildThread 193 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_ResolveURL( ChildThread 202 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_DeleteFileSystem( ChildThread 211 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_Move( ChildThread 220 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_Copy( ChildThread 229 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 239 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 248 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_Create( ChildThread 259 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_Create( ChildThread 268 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 278 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 288 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 304 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 315 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send(new FileSystemHostMsg_CancelWrite( ChildThread 325 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 336 content/child/fileapi/file_system_dispatcher.cc ChildThread::current()->Send( ChildThread 89 content/child/fileapi/webfilesystem_impl.cc if (ChildThread::current()) ChildThread 90 content/child/fileapi/webfilesystem_impl.cc ChildThread::current()->Send( ChildThread 112 content/child/fileapi/webfilesystem_impl.cc if (!ChildThread::current() || ChildThread 113 content/child/fileapi/webfilesystem_impl.cc !ChildThread::current()->file_system_dispatcher()) ChildThread 117 content/child/fileapi/webfilesystem_impl.cc DispatchToMethod(ChildThread::current()->file_system_dispatcher(), ChildThread 19 content/child/fileapi/webfilewriter_impl.cc return ChildThread::current() ? ChildThread 20 content/child/fileapi/webfilewriter_impl.cc ChildThread::current()->file_system_dispatcher() : NULL; ChildThread 46 content/child/fileapi/webfilewriter_impl.cc ChildThread::current()->file_system_dispatcher()->Truncate( ChildThread 58 content/child/fileapi/webfilewriter_impl.cc ChildThread::current()->file_system_dispatcher()->Write( ChildThread 68 content/child/fileapi/webfilewriter_impl.cc ChildThread::current()->file_system_dispatcher()->Cancel( ChildThread 146 content/child/npapi/plugin_url_fetcher.cc bridge_.reset(ChildThread::current()->resource_dispatcher()->CreateBridge( ChildThread 39 content/child/service_worker/service_worker_network_provider.cc if (!ChildThread::current()) ChildThread 41 content/child/service_worker/service_worker_network_provider.cc ChildThread::current()->Send( ChildThread 46 content/child/service_worker/service_worker_network_provider.cc if (!ChildThread::current()) ChildThread 48 content/child/service_worker/service_worker_network_provider.cc ChildThread::current()->Send( ChildThread 54 content/child/service_worker/service_worker_network_provider.cc if (!ChildThread::current()) ChildThread 56 content/child/service_worker/service_worker_network_provider.cc ChildThread::current()->Send( ChildThread 79 content/child/shared_worker_devtools_agent.cc return ChildThread::current()->Send(message); ChildThread 83 content/child/socket_stream_dispatcher.cc ChildThread::current()->Send(new SocketStreamHostMsg_Close(socket_id_)); ChildThread 104 content/child/socket_stream_dispatcher.cc ChildThread::current()->Send( ChildThread 114 content/child/socket_stream_dispatcher.cc ChildThread::current()->Send( ChildThread 124 content/child/socket_stream_dispatcher.cc ChildThread::current()->Send(new SocketStreamHostMsg_Close(socket_id_)); ChildThread 23 content/child/thread_safe_sender.cc return ChildThread::current()->Send(msg); ChildThread 22 content/child/thread_safe_sender.h class ChildThread; ChildThread 32 content/child/thread_safe_sender.h friend class ChildThread; // for construction ChildThread 92 content/child/web_socket_stream_handle_impl.cc ChildThread::current()->socket_stream_dispatcher(); ChildThread 402 content/child/web_url_loader_impl.cc bridge_.reset(ChildThread::current()->CreateBridge(request_info)); ChildThread 134 content/child/webblobregistry_impl.cc ChildThread::AllocateSharedMemory(shared_memory_size, ChildThread 155 content/child/webblobregistry_impl.cc DCHECK(ChildThread::current()); ChildThread 161 content/child/webblobregistry_impl.cc DCHECK(ChildThread::current()); ChildThread 167 content/child/webblobregistry_impl.cc DCHECK(ChildThread::current()); ChildThread 180 content/child/webblobregistry_impl.cc ChildThread::AllocateSharedMemory(shared_memory_size, ChildThread 198 content/child/webblobregistry_impl.cc DCHECK(ChildThread::current()); ChildThread 203 content/child/webblobregistry_impl.cc DCHECK(ChildThread::current()); ChildThread 208 content/child/webblobregistry_impl.cc DCHECK(ChildThread::current()); ChildThread 59 content/child/webmessageportchannel_impl.cc ChildThread::current()->GetRouter()->RemoveRoute(route_id_); ChildThread 158 content/child/webmessageportchannel_impl.cc ChildThread::current()->GetRouter()->AddRoute(route_id_, this); ChildThread 202 content/child/webmessageportchannel_impl.cc ChildThread::current()->GetRouter()->Send(message); ChildThread 23 content/child/webmessageportchannel_impl.h class ChildThread; ChildThread 53 content/child/websocket_bridge.cc ChildThread::current()->Send( ChildThread 215 content/child/websocket_bridge.cc ChildThread::current()->websocket_dispatcher(); ChildThread 228 content/child/websocket_bridge.cc ChildThread::current()->Send( ChildThread 259 content/child/websocket_bridge.cc ChildThread::current()->Send( ChildThread 272 content/child/websocket_bridge.cc ChildThread::current()->Send( ChildThread 285 content/child/websocket_bridge.cc ChildThread::current()->Send( ChildThread 293 content/child/websocket_bridge.cc ChildThread::current()->websocket_dispatcher(); ChildThread 59 content/gpu/gpu_child_thread.cc : ChildThread(channel_id), ChildThread 83 content/gpu/gpu_child_thread.cc ChildThread::Shutdown(); ChildThread 96 content/gpu/gpu_child_thread.cc return ChildThread::Send(msg); ChildThread 36 content/gpu/gpu_child_thread.h class GpuChildThread : public ChildThread { ChildThread 143 content/plugin/plugin_thread.cc ChildThread::Shutdown(); ChildThread 25 content/plugin/plugin_thread.h class PluginThread : public ChildThread { ChildThread 140 content/ppapi_plugin/ppapi_thread.cc return ChildThread::Send(msg); ChildThread 162 content/ppapi_plugin/ppapi_thread.cc ChildThread::OnChannelConnected(peer_pid); ChildThread 43 content/ppapi_plugin/ppapi_thread.h class PpapiThread : public ChildThread, ChildThread 406 content/renderer/gpu/render_widget_compositor.cc ChildThread::current()->shared_bitmap_manager(), ChildThread 411 content/renderer/gpu/render_widget_compositor.cc this, this, ChildThread::current()->shared_bitmap_manager(), settings); ChildThread 49 content/renderer/media/renderer_gpu_video_accelerator_factories.cc thread_safe_sender_(ChildThread::current()->thread_safe_sender()) {} ChildThread 227 content/renderer/media/renderer_gpu_video_accelerator_factories.cc return ChildThread::AllocateSharedMemory(size, thread_safe_sender_.get()); ChildThread 110 content/renderer/pepper/pepper_file_system_host.cc ChildThread::current()->file_system_dispatcher(); ChildThread 36 content/renderer/pepper/ppb_broker_impl.cc ChildThread::current()->GetRouter()->AddRoute(routing_id_, this); ChildThread 47 content/renderer/pepper/ppb_broker_impl.cc ChildThread::current()->GetRouter()->RemoveRoute(routing_id_); ChildThread 1270 content/renderer/render_frame_impl.cc ChildThread::current()->thread_safe_sender(), provider_id); ChildThread 2435 content/renderer/render_frame_impl.cc ChildThread::current()->quota_dispatcher()->RequestStorageQuota( ChildThread 321 content/renderer/render_thread_impl.cc : ChildThread(channel_name) { ChildThread 510 content/renderer/render_thread_impl.cc ChildThread::Shutdown(); ChildThread 623 content/renderer/render_thread_impl.cc bool rv = ChildThread::Send(msg); ChildThread 671 content/renderer/render_thread_impl.cc ChildThread::GetRouter()->AddRoute(routing_id, listener); ChildThread 675 content/renderer/render_thread_impl.cc ChildThread::GetRouter()->RemoveRoute(routing_id); ChildThread 851 content/renderer/render_thread_impl.cc success = ChildThread::Send(message); ChildThread 1194 content/renderer/render_thread_impl.cc success = ChildThread::Send(message); ChildThread 109 content/renderer/render_thread_impl.h public ChildThread, ChildThread 55 content/renderer/renderer_clipboard_client.cc shared_buf_.reset(ChildThread::current()->AllocateSharedMemory(buf_size)); ChildThread 235 content/renderer/renderer_webkitplatformsupport_impl.cc if (ChildThread::current()) { ChildThread 236 content/renderer/renderer_webkitplatformsupport_impl.cc sync_message_filter_ = ChildThread::current()->sync_message_filter(); ChildThread 237 content/renderer/renderer_webkitplatformsupport_impl.cc thread_safe_sender_ = ChildThread::current()->thread_safe_sender(); ChildThread 238 content/renderer/renderer_webkitplatformsupport_impl.cc quota_message_filter_ = ChildThread::current()->quota_message_filter(); ChildThread 89 content/renderer/service_worker/embedded_worker_context_client.cc sender_(ChildThread::current()->thread_safe_sender()), ChildThread 18 content/renderer/service_worker/embedded_worker_context_message_filter.cc thread_safe_sender_(ChildThread::current()->thread_safe_sender()) {} ChildThread 42 content/renderer/shared_worker_repository.cc return new WebSharedWorkerProxy(ChildThread::current()->GetRouter(), ChildThread 40 content/utility/utility_thread_impl.cc : ChildThread(channel_name), ChildThread 49 content/utility/utility_thread_impl.cc ChildThread::Shutdown(); ChildThread 56 content/utility/utility_thread_impl.cc return ChildThread::Send(msg); ChildThread 26 content/utility/utility_thread_impl.h public ChildThread { ChildThread 108 content/worker/websharedworkerclient_proxy.cc ChildThread::current()->thread_safe_sender()); ChildThread 75 content/worker/worker_thread.cc ChildThread::Shutdown(); ChildThread 113 content/worker/worker_thread.cc IPC_MESSAGE_UNHANDLED(handled = ChildThread::OnMessageReceived(msg)) ChildThread 21 content/worker/worker_thread.h class WorkerThread : public ChildThread {