HomeSort by relevance Sort by last modified time
    Searched refs:CreateChannelProxy (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ipc/
ipc_test_base.h 71 void CreateChannelProxy(
ipc_channel_unittest.cc 129 CreateChannelProxy(&listener, thread.message_loop_proxy().get());
ipc_test_base.cc 86 void IPCTestBase::CreateChannelProxy(
ipc_channel_proxy_unittest.cc 248 CreateChannelProxy(listener_.get(), thread_->message_loop_proxy().get());
ipc_perftest_support.cc 283 CreateChannelProxy(&listener, io_thread.task_runner());
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 292 scoped_ptr<IPC::ChannelProxy> CreateChannelProxy(
render_process_host_impl.cc 581 channel_ = CreateChannelProxy(channel_id);
667 scoped_ptr<IPC::ChannelProxy> RenderProcessHostImpl::CreateChannelProxy(
    [all...]

Completed in 412 milliseconds