HomeSort by relevance Sort by last modified time
    Searched refs:PlatformClientChannel (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/mojo/system/
platform_channel.h 42 class PlatformClientChannel;
48 // tests) by getting a |PlatformClientChannel| using |CreateClientChannel()|.
51 // child process would then get a |PlatformClientChannel| by using
52 // |PlatformClientChannel::CreateFromParentProcess()|.
54 // the |PlatformClientChannel| or the child process).
64 virtual scoped_ptr<PlatformClientChannel> CreateClientChannel() = 0;
88 class MOJO_SYSTEM_IMPL_EXPORT PlatformClientChannel : public PlatformChannel {
90 virtual ~PlatformClientChannel() {}
94 static scoped_ptr<PlatformClientChannel> CreateFromHandle(
100 static scoped_ptr<PlatformClientChannel> CreateFromParentProcess
    [all...]
platform_channel.cc 33 scoped_ptr<PlatformClientChannel> PlatformClientChannel::CreateFromHandle(
36 scoped_ptr<PlatformClientChannel> rv(new PlatformClientChannel());
platform_channel_posix.cc 41 virtual scoped_ptr<PlatformClientChannel> CreateClientChannel() OVERRIDE;
72 scoped_ptr<PlatformClientChannel>
76 return scoped_ptr<PlatformClientChannel>();
79 scoped_ptr<PlatformClientChannel> rv =
80 PlatformClientChannel::CreateFromHandle(client_handle_);
140 scoped_ptr<PlatformClientChannel>
141 PlatformClientChannel::CreateFromParentProcess(
150 return scoped_ptr<PlatformClientChannel>();
multiprocess_message_pipe_unittest.cc 155 PlatformClientChannel* const platform_client_channel =
raw_channel_posix_unittest.cc 84 scoped_ptr<PlatformClientChannel> client_channel(
remote_message_pipe_posix_unittest.cc 98 scoped_ptr<PlatformClientChannel> client_channel(
  /external/chromium_org/mojo/common/test/
multiprocess_test_base.h 46 static scoped_ptr<system::PlatformClientChannel> platform_client_channel;
multiprocess_test_base.cc 104 system::PlatformClientChannel::CreateFromParentProcess(
111 scoped_ptr<system::PlatformClientChannel>

Completed in 49 milliseconds