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

  /external/chromium_org/content/public/common/
child_process_host.h 93 // See IPC::Channel::TakeClientFileDescriptor.
94 virtual int TakeClientFileDescriptor() = 0;
  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_channel_host.cc 76 channel_handle_.socket.fd = channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/common/
child_process_host_impl.h 65 virtual int TakeClientFileDescriptor() OVERRIDE;
child_process_host_impl.cc 187 int ChildProcessHostImpl::TakeClientFileDescriptor() {
188 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/plugin/
plugin_channel.h 56 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/ipc/
ipc_channel.h 162 int TakeClientFileDescriptor();
ipc_channel_posix.h 63 int TakeClientFileDescriptor();
ipc_channel_proxy.h 156 int TakeClientFileDescriptor();
ipc_channel_proxy.cc 403 int ChannelProxy::TakeClientFileDescriptor() {
409 return channel->TakeClientFileDescriptor();
ipc_send_fds_test.cc 239 base::FileDescriptor out_fd(in->TakeClientFileDescriptor(), false);
ipc_channel_posix.cc 536 int Channel::ChannelImpl::TakeClientFileDescriptor() {
    [all...]
  /external/chromium_org/ppapi/proxy/
proxy_channel.cc 57 return channel()->TakeClientFileDescriptor();
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.h 107 int TakeClientFileDescriptor();
nacl_ipc_adapter.cc 367 int NaClIPCAdapter::TakeClientFileDescriptor() {
368 return io_thread_data_.channel_->TakeClientFileDescriptor();
424 ipc_adapter->TakeClientFileDescriptor(), true);
nacl_listener.cc 256 ipc_adapter->TakeClientFileDescriptor(), true);
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 50 int ipcfd = channel->TakeClientFileDescriptor();
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 169 child_process_host_->TakeClientFileDescriptor(),
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 433 startup_channel_->TakeClientFileDescriptor(),
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 506 ipcfd = automation_proxy_->channel()->TakeClientFileDescriptor();
  /external/chromium_org/content/common/gpu/
gpu_channel.cc 488 return channel_->TakeClientFileDescriptor();
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 546 channel_->TakeClientFileDescriptor(),
    [all...]

Completed in 803 milliseconds