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

  /external/chromium_org/mojo/system/
channel_unittest.cc 52 CHECK(raw_channel_);
56 init_result_ = BoolToTristate(channel_->Init(raw_channel_.Pass()));
67 RawChannel* raw_channel() { return raw_channel_.get(); }
68 scoped_ptr<RawChannel>* mutable_raw_channel() { return &raw_channel_; }
78 raw_channel_ = RawChannel::Create(channel_pair.PassServerHandle()).Pass();
84 scoped_ptr<RawChannel> raw_channel_; member in class:mojo::system::__anon13470::ChannelTest
channel.cc 42 raw_channel_ = raw_channel.Pass();
44 if (!raw_channel_->Init(this)) {
45 raw_channel_.reset();
62 // Note: Don't reset |raw_channel_|, in case we're being called from within
64 raw_channel_->Shutdown();
189 return raw_channel_->WriteMessage(message.Pass());
196 return raw_channel_->IsWriteBufferEmpty();
251 return raw_channel_->GetSerializedPlatformHandleSize();
331 // Since we own |raw_channel_|, and this method and |Shutdown()| should only
332 // be called from the creation thread, |raw_channel_| should never be nul
    [all...]
raw_channel_unittest.cc 316 raw_channel_(raw_channel),
326 EXPECT_TRUE(raw_channel_->WriteMessage(MakeTestMessage(
331 RawChannel* const raw_channel_; member in class:mojo::system::__anon13486::RawChannelWriterThread
562 : raw_channel_(raw_channel),
575 raw_channel_->Shutdown();
590 RawChannel* const raw_channel_; member in class:mojo::system::__anon13486::ShutdownOnReadMessageRawChannelDelegate
618 : raw_channel_(raw_channel),
634 raw_channel_->Shutdown();
646 RawChannel* const raw_channel_; member in class:mojo::system::__anon13486::ShutdownOnErrorRawChannelDelegate
channel.h 106 // This forwards |message| verbatim to |raw_channel_|.
176 scoped_ptr<RawChannel> raw_channel_; member in class:mojo::system::Channel

Completed in 1402 milliseconds