Searched refs:ChildThread (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/content/child/
H A Dchild_process.h15 class ChildThread;
27 ChildThread* main_thread();
31 void set_main_thread(ChildThread* thread);
73 scoped_ptr<ChildThread> main_thread_;
H A Dchild_thread.cc59 base::LazyInstance<base::ThreadLocalPointer<ChildThread> > g_lazy_tls =
110 ChildThread* g_child_thread = NULL;
144 ChildThread::ChildThread() function in class:content::ChildThread
152 ChildThread::ChildThread(const std::string& channel_name) function in class:content::ChildThread
159 void ChildThread::Init() {
232 base::Bind(&ChildThread::EnsureConnected,
255 ChildThread::~ChildThread() {
[all...]
H A Dthread_safe_sender.cc23 return ChildThread::current()->Send(msg);
H A Dthread_safe_sender.h22 class ChildThread;
24 // The class of Sender returned by ChildThread::thread_safe_sender().
32 friend class ChildThread; // for construction
H A Dwebkitplatformsupport_impl.cc33 return ChildThread::current()->CreateBridge(request_info);
41 ChildThread::current()->socket_stream_dispatcher();
H A Dchild_thread.h52 class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender { class in namespace:content
55 ChildThread();
57 explicit ChildThread(const std::string& channel_name);
63 virtual ~ChildThread();
141 static ChildThread* current();
191 // Implements message routing functionality to the consumers of ChildThread.
222 base::WeakPtrFactory<ChildThread> channel_connected_factory_;
232 DISALLOW_COPY_AND_ASSIGN(ChildThread);
H A Dwebblobregistry_impl.cc134 ChildThread::AllocateSharedMemory(shared_memory_size,
155 DCHECK(ChildThread::current());
161 DCHECK(ChildThread::current());
167 DCHECK(ChildThread::current());
180 ChildThread::AllocateSharedMemory(shared_memory_size,
198 DCHECK(ChildThread::current());
203 DCHECK(ChildThread::current());
208 DCHECK(ChildThread::current());
H A Dwebsocket_bridge.cc50 ChildThread::current()->Send(
199 ChildThread::current()->websocket_dispatcher();
212 ChildThread::current()->Send(
243 ChildThread::current()->Send(
256 ChildThread::current()->Send(
269 ChildThread::current()->Send(
277 ChildThread::current()->websocket_dispatcher();
H A Dchild_message_filter.h49 friend class ChildThread;
H A Dchild_process.cc74 ChildThread* ChildProcess::main_thread() {
78 void ChildProcess::set_main_thread(ChildThread* thread) {
H A Dchild_message_filter.cc54 thread_safe_sender_(ChildThread::current()->thread_safe_sender()) {}
H A Dsocket_stream_dispatcher.cc86 ChildThread::current()->Send(new SocketStreamHostMsg_Close(socket_id_));
105 ChildThread::current()->Send(
115 ChildThread::current()->Send(
125 ChildThread::current()->Send(new SocketStreamHostMsg_Close(socket_id_));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
H A DReferenceQueueTest.java34 public class ChildThread implements Runnable { class in class:ReferenceQueueTest
35 public ChildThread() { method in class:ReferenceQueueTest.ChildThread
88 Thread ct = new Thread(new ChildThread());
/external/chromium_org/content/renderer/
H A Dwebsharedworker_proxy.h19 class ChildThread;
30 WebSharedWorkerProxy(ChildThread* child_thread,
92 ChildThread* child_thread_;
/external/chromium_org/content/plugin/
H A Dplugin_thread.h24 class PluginThread : public ChildThread {
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc21 return ChildThread::current() ?
22 ChildThread::current()->file_system_dispatcher() : NULL;
48 ChildThread::current()->file_system_dispatcher()->Truncate(
60 ChildThread::current()->file_system_dispatcher()->Write(
70 ChildThread::current()->file_system_dispatcher()->Cancel(
H A Dfile_system_dispatcher.cc190 ChildThread::current()->Send(new FileSystemHostMsg_OpenFileSystem(
200 ChildThread::current()->Send(new FileSystemHostMsg_ResolveURL(
209 ChildThread::current()->Send(new FileSystemHostMsg_DeleteFileSystem(
218 ChildThread::current()->Send(new FileSystemHostMsg_Move(
227 ChildThread::current()->Send(new FileSystemHostMsg_Copy(
236 ChildThread::current()->Send(
246 ChildThread::current()->Send(
255 ChildThread::current()->Send(new FileSystemHostMsg_Create(
266 ChildThread::current()->Send(new FileSystemHostMsg_Create(
275 ChildThread
[all...]
/external/chromium_org/content/utility/
H A Dutility_thread_impl.cc40 : ChildThread(channel_name),
49 ChildThread::Shutdown();
56 return ChildThread::Send(msg);
H A Dutility_thread_impl.h26 public ChildThread {
44 // ChildThread implementation.
/external/chromium_org/content/worker/
H A Dworker_thread.h21 class WorkerThread : public ChildThread {
H A Dworker_thread.cc74 ChildThread::Shutdown();
112 IPC_MESSAGE_UNHANDLED(handled = ChildThread::OnMessageReceived(msg))
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h47 class ChildThread;
65 GpuChannelManager(ChildThread* gpu_child_thread,
141 ChildThread* gpu_child_thread_;
/external/chromium_org/content/gpu/
H A Dgpu_child_thread.cc59 : ChildThread(channel_id),
80 ChildThread::Shutdown();
93 return ChildThread::Send(msg);
H A Dgpu_child_thread.h36 class GpuChildThread : public ChildThread {
55 // ChildThread overrides.
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc36 ChildThread::current()->AddRoute(routing_id_, this);
47 ChildThread::current()->RemoveRoute(routing_id_);

Completed in 164 milliseconds

12