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

  /external/libmojo/mojo/edk/embedder/
platform_channel_pair.cc 14 const char PlatformChannelPair::kMojoPlatformChannelHandleSwitch[] =
17 PlatformChannelPair::~PlatformChannelPair() {
20 ScopedPlatformHandle PlatformChannelPair::PassServerHandle() {
24 ScopedPlatformHandle PlatformChannelPair::PassClientHandle() {
28 void PlatformChannelPair::ChildProcessLaunched() {
platform_channel_pair.h 46 // Note: |PlatformChannelPair()|, |PassClientHandleFromParentProcess()| and
54 class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
60 PlatformChannelPair(bool client_is_blocking = false);
61 ~PlatformChannelPair();
99 DISALLOW_COPY_AND_ASSIGN(PlatformChannelPair);
platform_channel_pair_posix.cc 50 PlatformChannelPair::PlatformChannelPair(bool client_is_blocking) {
84 ScopedPlatformHandle PlatformChannelPair::PassClientHandleFromParentProcess(
92 PlatformChannelPair::PassClientHandleFromParentProcessFromString(
105 void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(
125 PlatformChannelPair::PrepareToPassClientHandleToChildProcessAsString(
platform_channel_pair_win.cc 32 PlatformChannelPair::PlatformChannelPair(bool client_is_blocking) {
70 ScopedPlatformHandle PlatformChannelPair::PassClientHandleFromParentProcess(
78 PlatformChannelPair::PassClientHandleFromParentProcessFromString(
91 void PlatformChannelPair::PrepareToPassClientHandleToChildProcess(
111 PlatformChannelPair::PrepareToPassClientHandleToChildProcessAsString(

Completed in 76 milliseconds