Lines Matching refs:Channel
21 static_assert(Channel::kBootstrapEndpointId !=
26 Channel::kBootstrapEndpointId;
28 Channel::Channel(embedder::PlatformSupport* platform_support) in Channel() function in mojo::system::Channel
35 bool Channel::Init(scoped_ptr<RawChannel> raw_channel) { in Init()
53 void Channel::Shutdown() { in Shutdown()
90 void Channel::WillShutdownSoon() { in WillShutdownSoon()
99 MessageInTransit::EndpointId Channel::AttachEndpoint( in AttachEndpoint()
124 bool Channel::RunMessagePipeEndpoint(MessageInTransit::EndpointId local_id, in RunMessagePipeEndpoint()
156 void Channel::RunRemoteMessagePipeEndpoint( in RunRemoteMessagePipeEndpoint()
179 bool Channel::WriteMessage(scoped_ptr<MessageInTransit> message) { in WriteMessage()
192 bool Channel::IsWriteBufferEmpty() { in IsWriteBufferEmpty()
199 void Channel::DetachMessagePipeEndpoint( in DetachMessagePipeEndpoint()
250 size_t Channel::GetSerializedPlatformHandleSize() const { in GetSerializedPlatformHandleSize()
254 Channel::~Channel() { in ~Channel()
259 void Channel::OnReadMessage( in OnReadMessage()
280 void Channel::OnError(Error error) { in OnError()
311 void Channel::OnReadMessageForDownstream( in OnReadMessageForDownstream()
391 void Channel::OnReadMessageForChannel( in OnReadMessageForChannel()
443 bool Channel::RemoveMessagePipeEndpoint( in RemoveMessagePipeEndpoint()
501 bool Channel::SendControlMessage(MessageInTransit::Subtype subtype, in SendControlMessage()
513 void Channel::HandleRemoteError(const base::StringPiece& error_message) { in HandleRemoteError()
519 void Channel::HandleLocalError(const base::StringPiece& error_message) { in HandleLocalError()