HomeSort by relevance Sort by last modified time
    Searched refs:TakeClientFileDescriptor (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/content/public/common/
child_process_host.h 100 // See IPC::Channel::TakeClientFileDescriptor.
101 virtual int TakeClientFileDescriptor() = 0;
  /external/chromium_org/components/nacl/loader/
nacl_trusted_listener.cc 29 base::FileDescriptor(channel_->TakeClientFileDescriptor(), true);
nacl_ipc_adapter.h 109 int TakeClientFileDescriptor();
nacl_listener.cc 149 base::FileDescriptor(ipc_adapter->TakeClientFileDescriptor(), true);
nacl_ipc_adapter.cc 463 int NaClIPCAdapter::TakeClientFileDescriptor() {
464 return io_thread_data_.channel_->TakeClientFileDescriptor();
  /external/chromium_org/ipc/
ipc_test_sink.h 88 virtual int TakeClientFileDescriptor() OVERRIDE;
ipc_channel.h 192 virtual int TakeClientFileDescriptor() = 0;
ipc_test_sink.cc 103 int TestSink::TakeClientFileDescriptor() {
ipc_channel_posix.h 67 virtual int TakeClientFileDescriptor() OVERRIDE;
ipc_channel_proxy.h 125 int TakeClientFileDescriptor();
ipc_channel_proxy.cc 449 int ChannelProxy::TakeClientFileDescriptor() {
455 return channel->TakeClientFileDescriptor();
ipc_channel_posix_unittest.cc 250 in_chan->TakeClientFileDescriptor(), false);
276 in_chan->TakeClientFileDescriptor(), false);
ipc_send_fds_test.cc 238 in->TakeClientFileDescriptor(), false);
  /external/chromium_org/ipc/mojo/
ipc_mojo_bootstrap.h 54 int TakeClientFileDescriptor();
ipc_mojo_bootstrap.cc 200 int MojoBootstrap::TakeClientFileDescriptor() {
201 return channel_->TakeClientFileDescriptor();
ipc_channel_mojo.h 101 virtual int TakeClientFileDescriptor() OVERRIDE;
ipc_channel_mojo.cc 219 int ChannelMojo::TakeClientFileDescriptor() {
220 return bootstrap_->TakeClientFileDescriptor();
  /external/chromium_org/content/common/
child_process_host_impl.h 67 virtual int TakeClientFileDescriptor() OVERRIDE;
child_process_host_impl.cc 190 int ChildProcessHostImpl::TakeClientFileDescriptor() {
191 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/plugin/
plugin_channel.h 55 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/ppapi/proxy/
proxy_channel.cc 58 return channel()->TakeClientFileDescriptor();
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 50 base::ScopedFD ipcfd(channel->TakeClientFileDescriptor());
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 46 ipc_fd_(host->TakeClientFileDescriptor())
plugin_process_host.cc 103 : ipc_fd_(host->TakeClientFileDescriptor())
ppapi_plugin_process_host.cc 47 ipc_fd_(host->TakeClientFileDescriptor()),

Completed in 206 milliseconds

1 2