HomeSort by relevance Sort by last modified time
    Searched defs:ChildThread (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/
child_thread.cc 68 base::LazyInstance<base::ThreadLocalPointer<ChildThread> > g_lazy_tls =
158 ChildThread* g_child_thread = NULL;
195 ChildThread::Options::Options()
200 ChildThread::Options::Options(bool mojo)
206 ChildThread::ChildThreadMessageRouter::ChildThreadMessageRouter(
210 bool ChildThread::ChildThreadMessageRouter::Send(IPC::Message* msg) {
214 ChildThread::ChildThread()
221 ChildThread::ChildThread(const Options& options
    [all...]
child_thread.h 53 class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
66 ChildThread();
68 explicit ChildThread(const Options& options);
74 virtual ~ChildThread();
145 static ChildThread* current();
213 // Implements message routing functionality to the consumers of ChildThread.
252 base::WeakPtrFactory<ChildThread> channel_connected_factory_;
254 DISALLOW_COPY_AND_ASSIGN(ChildThread);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 38 public class ChildThread implements Runnable {
39 public ChildThread() {
162 Thread ct = new Thread(new ChildThread());

Completed in 208 milliseconds