OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateClientChannel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
platform_channel.h
48
// tests) by getting a |PlatformClientChannel| using |
CreateClientChannel
()|.
64
virtual scoped_ptr<PlatformClientChannel>
CreateClientChannel
() = 0;
platform_channel_posix.cc
41
virtual scoped_ptr<PlatformClientChannel>
CreateClientChannel
() OVERRIDE;
73
PlatformServerChannelPosix::
CreateClientChannel
() {
raw_channel_posix_unittest.cc
85
server_channel->
CreateClientChannel
());
remote_message_pipe_posix_unittest.cc
99
server_channel->
CreateClientChannel
());
Completed in 145 milliseconds