RawChannelPosix 36 mojo/system/raw_channel_posix.cc RawChannelPosix(embedder::ScopedPlatformHandle handle); RawChannelPosix 37 mojo/system/raw_channel_posix.cc virtual ~RawChannelPosix(); RawChannelPosix 72 mojo/system/raw_channel_posix.cc base::WeakPtrFactory<RawChannelPosix> weak_ptr_factory_; RawChannelPosix 74 mojo/system/raw_channel_posix.cc DISALLOW_COPY_AND_ASSIGN(RawChannelPosix); RawChannelPosix 77 mojo/system/raw_channel_posix.cc RawChannelPosix::RawChannelPosix(embedder::ScopedPlatformHandle handle) RawChannelPosix 85 mojo/system/raw_channel_posix.cc RawChannelPosix::~RawChannelPosix() { RawChannelPosix 99 mojo/system/raw_channel_posix.cc RawChannel::IOResult RawChannelPosix::Read(size_t* bytes_read) { RawChannelPosix 128 mojo/system/raw_channel_posix.cc RawChannel::IOResult RawChannelPosix::ScheduleRead() { RawChannelPosix 137 mojo/system/raw_channel_posix.cc RawChannel::IOResult RawChannelPosix::WriteNoLock(size_t* bytes_written) { RawChannelPosix 199 mojo/system/raw_channel_posix.cc RawChannel::IOResult RawChannelPosix::ScheduleWriteNoLock() { RawChannelPosix 209 mojo/system/raw_channel_posix.cc base::Bind(&RawChannelPosix::WaitToWrite, RawChannelPosix 225 mojo/system/raw_channel_posix.cc bool RawChannelPosix::OnInit() { RawChannelPosix 246 mojo/system/raw_channel_posix.cc void RawChannelPosix::OnShutdownNoLock( RawChannelPosix 264 mojo/system/raw_channel_posix.cc void RawChannelPosix::OnFileCanReadWithoutBlocking(int fd) { RawChannelPosix 290 mojo/system/raw_channel_posix.cc void RawChannelPosix::OnFileCanWriteWithoutBlocking(int fd) { RawChannelPosix 309 mojo/system/raw_channel_posix.cc void RawChannelPosix::WaitToWrite() { RawChannelPosix 335 mojo/system/raw_channel_posix.cc return scoped_ptr<RawChannel>(new RawChannelPosix(handle.Pass()));