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

  /external/chromium_org/mojo/system/
platform_channel.h 56 class MOJO_SYSTEM_IMPL_EXPORT PlatformServerChannel : public PlatformChannel {
58 virtual ~PlatformServerChannel() {}
60 static scoped_ptr<PlatformServerChannel> Create(const std::string& name);
80 explicit PlatformServerChannel(const std::string& name);
85 DISALLOW_COPY_AND_ASSIGN(PlatformServerChannel);
98 // |PlatformServerChannel::GetDataNeededToPassClientChannelToChildProcess()|,
platform_channel.cc 26 PlatformServerChannel::PlatformServerChannel(const std::string& name)
platform_channel_posix.cc 35 class PlatformServerChannelPosix : public PlatformServerChannel {
40 // |PlatformServerChannel| implementation:
55 : PlatformServerChannel(name) {
130 scoped_ptr<PlatformServerChannel> PlatformServerChannel::Create(
132 return scoped_ptr<PlatformServerChannel>(
raw_channel_posix_unittest.cc 80 scoped_ptr<PlatformServerChannel> server_channel(
81 PlatformServerChannel::Create("channel"));
remote_message_pipe_posix_unittest.cc 94 scoped_ptr<PlatformServerChannel> server_channel(
95 PlatformServerChannel::Create("channel"));
  /external/chromium_org/mojo/common/test/
multiprocess_test_base.h 43 scoped_ptr<system::PlatformServerChannel> platform_server_channel;
multiprocess_test_base.cc 33 system::PlatformServerChannel::Create("TestChannel");

Completed in 26 milliseconds