Home | History | Annotate | Download | only in embedder

Lines Matching defs:channel_endpoint

13 #include "mojo/system/channel_endpoint.h"
44 scoped_refptr<system::ChannelEndpoint> channel_endpoint) {
62 channel->AttachEndpoint(channel_endpoint);
85 scoped_refptr<system::ChannelEndpoint> channel_endpoint,
89 MakeChannel(core, platform_handle.Pass(), channel_endpoint);
113 scoped_refptr<system::ChannelEndpoint> channel_endpoint;
115 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint);
124 MakeChannel(core, platform_handle.Pass(), channel_endpoint);
136 scoped_refptr<system::ChannelEndpoint> channel_endpoint;
138 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint);
154 channel_endpoint,