HomeSort by relevance Sort by last modified time
    Searched defs:channel_endpoint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/embedder/
embedder.cc 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; local
115 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint);
124 MakeChannel(core, platform_handle.Pass(), channel_endpoint);
136 scoped_refptr<system::ChannelEndpoint> channel_endpoint; local
138 system::MessagePipeDispatcher::CreateRemoteMessagePipe(&channel_endpoint);
    [all...]
  /external/chromium_org/mojo/system/
channel_unittest.cc 13 #include "mojo/system/channel_endpoint.h"
197 scoped_refptr<ChannelEndpoint> channel_endpoint; local
199 MessagePipe::CreateLocalProxy(&channel_endpoint));
202 channel()->AttachEndpoint(channel_endpoint);
237 scoped_refptr<ChannelEndpoint> channel_endpoint; local
239 MessagePipe::CreateLocalProxy(&channel_endpoint));
242 channel()->AttachEndpoint(channel_endpoint);
290 scoped_refptr<ChannelEndpoint> channel_endpoint; local
292 MessagePipe::CreateLocalProxy(&channel_endpoint));
295 channel()->AttachEndpoint(channel_endpoint);
    [all...]
message_pipe_dispatcher.cc 9 #include "mojo/system/channel_endpoint.h"
88 scoped_refptr<ChannelEndpoint>* channel_endpoint) {
90 MessagePipe::CreateLocalProxy(channel_endpoint));
107 scoped_refptr<ChannelEndpoint> channel_endpoint; local
109 CreateRemoteMessagePipe(&channel_endpoint);
122 channel->AttachEndpoint(channel_endpoint);

Completed in 584 milliseconds