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

  /external/chromium_org/mojo/embedder/
platform_channel_pair.cc 12 const char PlatformChannelPair::kMojoPlatformChannelHandleSwitch[] =
15 PlatformChannelPair::~PlatformChannelPair() {
18 ScopedPlatformHandle PlatformChannelPair::PassServerHandle() {
22 ScopedPlatformHandle PlatformChannelPair::PassClientHandle() {
26 void PlatformChannelPair::ChildProcessLaunched() {
platform_channel_pair.h 45 // Note: |PlatformChannelPair()|, |PassClientHandleFromParentProcess()| and
53 class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
55 PlatformChannelPair();
56 ~PlatformChannelPair();
88 DISALLOW_COPY_AND_ASSIGN(PlatformChannelPair);
platform_channel_pair_posix.cc 36 PlatformChannelPair::PlatformChannelPair() {
66 ScopedPlatformHandle PlatformChannelPair::PassClientHandleFromParentProcess(
81 void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(
platform_channel_pair_win.cc 33 PlatformChannelPair::PlatformChannelPair() {
75 ScopedPlatformHandle PlatformChannelPair::PassClientHandleFromParentProcess(
91 void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(

Completed in 84 milliseconds