OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_message_pipe
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/embedder/
embedder.cc
108
scoped_refptr<system::MessagePipe> >
remote_message_pipe
=
local
114
MessagePipeHandle(core->AddDispatcher(
remote_message_pipe
.first)));
120
remote_message_pipe
.second,
/external/chromium_org/mojo/system/
message_pipe_dispatcher.cc
106
remote_message_pipe
= CreateRemoteMessagePipe();
local
119
channel->AttachMessagePipeEndpoint(
remote_message_pipe
.second, 1);
136
return
remote_message_pipe
.first;
Completed in 5252 milliseconds