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

  /external/chromium_org/ipc/
ipc_channel_posix.cc 177 int ChannelPosix::global_pid_ = 0;
180 ChannelPosix::ChannelPosix(const IPC::ChannelHandle& channel_handle,
206 ChannelPosix::~ChannelPosix() {
234 bool ChannelPosix::CreatePipe(
340 bool ChannelPosix::Connect() {
362 void ChannelPosix::CloseFileDescriptors(Message* msg) {
383 bool ChannelPosix::ProcessOutgoingMessages() {
529 bool ChannelPosix::Send(Message* message)
    [all...]
ipc_channel_posix_unittest.cc 207 scoped_ptr<IPC::ChannelPosix> channel(
208 new IPC::ChannelPosix(handle, IPC::Channel::MODE_NAMED_SERVER, NULL));
225 scoped_ptr<IPC::ChannelPosix> channel(new IPC::ChannelPosix(
234 scoped_ptr<IPC::ChannelPosix> channel2(new IPC::ChannelPosix(
247 scoped_ptr<IPC::ChannelPosix> in_chan(new IPC::ChannelPosix(
252 scoped_ptr<IPC::ChannelPosix> out_chan(new IPC::ChannelPosix(
    [all...]
ipc_channel_posix.h 52 class IPC_EXPORT ChannelPosix : public Channel,
56 ChannelPosix(const IPC::ChannelHandle& channel_handle, Mode mode,
58 virtual ~ChannelPosix();
220 DISALLOW_IMPLICIT_CONSTRUCTORS(ChannelPosix);
ipc_message.h 226 friend class ChannelPosix;

Completed in 61 milliseconds