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

  /external/chromium_org/content/common/
child_process_host_impl.cc 186 int ChildProcessHostImpl::TakeClientFileDescriptor() {
187 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/ipc/
ipc_channel_proxy.cc 411 int ChannelProxy::TakeClientFileDescriptor() {
417 return channel->TakeClientFileDescriptor();
ipc_channel_posix.cc 515 int Channel::ChannelImpl::TakeClientFileDescriptor() {
983 int Channel::TakeClientFileDescriptor() {
984 return channel_impl_->TakeClientFileDescriptor();
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 367 int NaClIPCAdapter::TakeClientFileDescriptor() {
368 return io_thread_data_.channel_->TakeClientFileDescriptor();
426 ipc_adapter->TakeClientFileDescriptor(), true);

Completed in 135 milliseconds