Searched refs:ChannelPosix (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_posix.cc177 int ChannelPosix::global_pid_ = 0;
180 ChannelPosix::ChannelPosix(const IPC::ChannelHandle& channel_handle, function in class:IPC::ChannelPosix
206 ChannelPosix::~ChannelPosix() {
234 bool ChannelPosix::CreatePipe(
340 bool ChannelPosix::Connect() {
362 void ChannelPosix::CloseFileDescriptors(Message* msg) {
383 bool ChannelPosix::ProcessOutgoingMessages() {
529 bool ChannelPosix
[all...]
H A Dipc_channel_posix_unittest.cc207 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...]
H A Dipc_channel_posix.h52 class IPC_EXPORT ChannelPosix : public Channel, class in namespace:IPC
56 ChannelPosix(const IPC::ChannelHandle& channel_handle, Mode mode,
58 virtual ~ChannelPosix();
221 DISALLOW_IMPLICIT_CONSTRUCTORS(ChannelPosix);
H A Dipc_message.h224 friend class ChannelPosix;

Completed in 77 milliseconds