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

  /external/chromium_org/ipc/
ipc_test_base.cc 102 const int ipcfd = channel_.get() ? channel_->GetClientFileDescriptor() :
103 channel_proxy_->GetClientFileDescriptor();
ipc_channel.h 150 int GetClientFileDescriptor() const;
152 // Same as GetClientFileDescriptor, but transfers the ownership of the
ipc_channel_posix.h 61 int GetClientFileDescriptor();
ipc_channel_proxy.h 182 int GetClientFileDescriptor();
ipc_channel_proxy.cc 402 int ChannelProxy::GetClientFileDescriptor() {
408 return channel->GetClientFileDescriptor();
ipc_channel_posix.cc 510 int Channel::ChannelImpl::GetClientFileDescriptor() {
979 int Channel::GetClientFileDescriptor() const {
980 return channel_impl_->GetClientFileDescriptor();
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 47 const int ipcfd = channel.GetClientFileDescriptor();
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 162 CHECK_NE(-1, channel_->GetClientFileDescriptor());

Completed in 300 milliseconds