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

  /external/chromium_org/ipc/
ipc_test_sink.cc 103 int TestSink::TakeClientFileDescriptor() {
ipc_channel_proxy.cc 449 int ChannelProxy::TakeClientFileDescriptor() {
455 return channel->TakeClientFileDescriptor();
ipc_channel_posix.cc 552 int ChannelPosix::TakeClientFileDescriptor() {
    [all...]
  /external/chromium_org/ipc/mojo/
ipc_channel_mojo.cc 219 int ChannelMojo::TakeClientFileDescriptor() {
220 return bootstrap_->TakeClientFileDescriptor();
ipc_mojo_bootstrap.cc 200 int MojoBootstrap::TakeClientFileDescriptor() {
201 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/common/
child_process_host_impl.cc 190 int ChildProcessHostImpl::TakeClientFileDescriptor() {
191 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 463 int NaClIPCAdapter::TakeClientFileDescriptor() {
464 return io_thread_data_.channel_->TakeClientFileDescriptor();

Completed in 148 milliseconds