HomeSort by relevance Sort by last modified time
    Searched full:channel_endpoint_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.cc 19 : channel_endpoint_(channel_endpoint) {
23 channel_endpoint_->DetachFromMessagePipe();
39 DCHECK(channel_endpoint_.get());
40 LOG_IF(WARNING, !channel_endpoint_->EnqueueMessage(message.Pass()))
proxy_message_pipe_endpoint.h 42 scoped_refptr<ChannelEndpoint> channel_endpoint_; member in class:mojo::system::ProxyMessagePipeEndpoint

Completed in 101 milliseconds