Searched defs:PlatformChannelPair (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dplatform_channel_pair.cc12 const char PlatformChannelPair::kMojoPlatformChannelHandleSwitch[] =
15 PlatformChannelPair::~PlatformChannelPair() {
18 ScopedPlatformHandle PlatformChannelPair::PassServerHandle() {
22 ScopedPlatformHandle PlatformChannelPair::PassClientHandle() {
26 void PlatformChannelPair::ChildProcessLaunched() {
H A Dplatform_channel_pair.h45 // Note: |PlatformChannelPair()|, |PassClientHandleFromParentProcess()| and
53 class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair { class in namespace:mojo::embedder
55 PlatformChannelPair();
56 ~PlatformChannelPair();
88 DISALLOW_COPY_AND_ASSIGN(PlatformChannelPair);
H A Dplatform_channel_pair_posix.cc36 PlatformChannelPair::PlatformChannelPair() { function in class:mojo::embedder::PlatformChannelPair
66 ScopedPlatformHandle PlatformChannelPair::PassClientHandleFromParentProcess(
81 void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(
H A Dplatform_channel_pair_win.cc33 PlatformChannelPair::PlatformChannelPair() { function in class:mojo::embedder::PlatformChannelPair
75 ScopedPlatformHandle PlatformChannelPair::PassClientHandleFromParentProcess(
91 void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(

Completed in 987 milliseconds