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

/external/chromium_org/mojo/embedder/
H A Dplatform_channel_pair_posix.cc65 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
70 LOG(ERROR) << "Missing or invalid --" << kMojoPlatformChannelHandleSwitch;
100 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
102 << kMojoPlatformChannelHandleSwitch << "="
103 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
106 command_line->AppendSwitchASCII(kMojoPlatformChannelHandleSwitch,
H A Dplatform_channel_pair_win.cc78 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
83 LOG(ERROR) << "Missing or invalid --" << kMojoPlatformChannelHandleSwitch;
105 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
107 << kMojoPlatformChannelHandleSwitch << "="
108 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
112 kMojoPlatformChannelHandleSwitch,
H A Dplatform_channel_pair.cc12 const char PlatformChannelPair::kMojoPlatformChannelHandleSwitch[] = member in class:mojo::embedder::PlatformChannelPair
H A Dplatform_channel_pair.h83 static const char kMojoPlatformChannelHandleSwitch[]; member in class:mojo::embedder::PlatformChannelPair

Completed in 117 milliseconds