Home
last modified time | relevance | path

Searched refs:kMojoPlatformChannelHandleSwitch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/embedder/
Dplatform_channel_pair_posix.cc69 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PassClientHandleFromParentProcess()
74 LOG(ERROR) << "Missing or invalid --" << kMojoPlatformChannelHandleSwitch; in PassClientHandleFromParentProcess()
104 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
106 << kMojoPlatformChannelHandleSwitch << "=" in PrepareToPassClientHandleToChildProcess()
107 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PrepareToPassClientHandleToChildProcess()
110 command_line->AppendSwitchASCII(kMojoPlatformChannelHandleSwitch, in PrepareToPassClientHandleToChildProcess()
Dplatform_channel_pair_win.cc78 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PassClientHandleFromParentProcess()
83 LOG(ERROR) << "Missing or invalid --" << kMojoPlatformChannelHandleSwitch; in PassClientHandleFromParentProcess()
105 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
107 << kMojoPlatformChannelHandleSwitch << "=" in PrepareToPassClientHandleToChildProcess()
108 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PrepareToPassClientHandleToChildProcess()
112 kMojoPlatformChannelHandleSwitch, in PrepareToPassClientHandleToChildProcess()
Dplatform_channel_pair.cc12 const char PlatformChannelPair::kMojoPlatformChannelHandleSwitch[] = member in mojo::embedder::PlatformChannelPair
Dplatform_channel_pair.h83 static const char kMojoPlatformChannelHandleSwitch[];