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

  /external/chromium_org/mojo/common/test/
multiprocess_test_helper.cc 19 platform_channel_pair_.reset(new embedder::PlatformChannelPair());
20 server_platform_handle = platform_channel_pair_->PassServerHandle();
26 platform_channel_pair_.reset();
30 CHECK(platform_channel_pair_.get());
39 platform_channel_pair_->PrepareToPassClientHandleToChildProcess(
54 platform_channel_pair_->ChildProcessLaunched();
multiprocess_test_helper.h 59 scoped_ptr<embedder::PlatformChannelPair> platform_channel_pair_; member in class:mojo::test::MultiprocessTestHelper
  /external/chromium_org/mojo/shell/
child_process_host.cc 32 platform_channel_ = platform_channel_pair_.PassServerHandle();
82 platform_channel_pair_.PrepareToPassClientHandleToChildProcess(
96 platform_channel_pair_.ChildProcessLaunched();
child_process_host.h 72 embedder::PlatformChannelPair platform_channel_pair_; member in class:mojo::shell::ChildProcessHost

Completed in 226 milliseconds