HomeSort by relevance Sort by last modified time
    Searched full:ipc_thread (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cloud_print/service/win/
service_listener.cc 58 : ipc_thread_(new base::Thread("ipc_thread")),
setup_listener.cc 31 ipc_thread_(new base::Thread("ipc_thread")),
  /external/chromium_org/ipc/
ipc_sync_channel.h 57 // Note that care must be taken that the lifetime of the ipc_thread argument
ipc_sync_channel_unittest.cc 164 const base::Thread& ipc_thread() const { return ipc_thread_; } function in class:IPC::__anon12591::Worker
327 ipc_thread().message_loop_proxy().get(),
350 ipc_thread().message_loop_proxy().get(),
    [all...]
ipc_channel_proxy.h 134 Context(Listener* listener, base::SingleThreadTaskRunner* ipc_thread);

Completed in 99 milliseconds