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

1 2

  /external/chromium_org/components/nacl/loader/
nacl_trusted_listener.cc 23 int NaClTrustedListener::TakeClientFileDescriptor() {
24 return channel_proxy_->TakeClientFileDescriptor();
nacl_trusted_listener.h 24 int TakeClientFileDescriptor();
nacl_ipc_adapter.h 107 int TakeClientFileDescriptor();
nacl_listener.cc 132 base::FileDescriptor(ipc_adapter->TakeClientFileDescriptor(), true);
489 trusted_listener_->TakeClientFileDescriptor(), true);
nacl_ipc_adapter.cc 461 int NaClIPCAdapter::TakeClientFileDescriptor() {
462 return io_thread_data_.channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/public/common/
child_process_host.h 100 // See IPC::Channel::TakeClientFileDescriptor.
101 virtual int TakeClientFileDescriptor() = 0;
  /external/chromium_org/ipc/
ipc_test_sink.h 87 virtual int TakeClientFileDescriptor() OVERRIDE;
ipc_test_sink.cc 99 int TestSink::TakeClientFileDescriptor() {
ipc_channel.h 189 virtual int TakeClientFileDescriptor() = 0;
ipc_channel_posix.h 66 virtual int TakeClientFileDescriptor() OVERRIDE;
ipc_channel_proxy.h 118 int TakeClientFileDescriptor();
ipc_channel_proxy.cc 431 int ChannelProxy::TakeClientFileDescriptor() {
437 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/content/browser/android/java/
java_bridge_channel_host.cc 76 channel_handle_.socket.fd = channel_->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 84 : ipc_fd_(host->TakeClientFileDescriptor())
ppapi_plugin_process_host.cc 47 ipc_fd_(host->TakeClientFileDescriptor()),
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 453 startup_channel_->TakeClientFileDescriptor(),
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 441 return channel_->TakeClientFileDescriptor();

Completed in 425 milliseconds

1 2