/external/chromium_org/content/renderer/ |
render_thread_impl_browsertest.cc | 43 std::string channel_id = IPC::Channel::GenerateVerifiedChannelID( local 46 IPC::Channel channel(channel_id, IPC::Channel::MODE_SERVER, &dummy_listener); 51 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
|
/external/chromium_org/components/nacl/browser/ |
nacl_broker_host_win.cc | 52 std::string channel_id = process_->GetHost()->CreateChannel(); local 53 if (channel_id.empty()) 66 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
|
nacl_process_host.cc | 482 std::string channel_id = process_->GetHost()->CreateChannel(); local 483 if (channel_id.empty()) { 530 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); 541 weak_factory_.GetWeakPtr(), channel_id)) { [all...] |
/external/chromium_org/chrome/test/security_tests/ |
ipc_security_tests.cc | 75 std::wstring* channel_id) { 81 *channel_id = pipe_name.substr(pos + 1); 176 std::wstring channel_id; local 177 if (!InfoFromPipeName(pipe_name, &parent_id, &channel_id)) {
|
/external/chromium_org/ipc/ |
ipc_channel_proxy.h | 175 const std::string& channel_id() const { return channel_id_; } function in class:IPC::ChannelProxy::Context
|
/external/chromium_org/chrome/service/ |
service_utility_process_host.cc | 158 std::string channel_id = child_process_host_->CreateChannel(); local 159 if (channel_id.empty()) 170 cmd_line.AppendSwitchASCII(switches::kProcessChannelID, channel_id);
|
/external/chromium_org/content/browser/ |
utility_process_host_impl.cc | 147 std::string channel_id = process_->GetHost()->CreateChannel(); local 148 if (channel_id.empty()) 155 in_process_thread_.reset(g_utility_main_thread_factory(channel_id)); 183 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
|
plugin_process_host.cc | 156 std::string channel_id = process_->GetHost()->CreateChannel(); local 157 if (channel_id.empty()) 224 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
|
ppapi_plugin_process_host.cc | 256 std::string channel_id = process_->GetHost()->CreateChannel(); local 257 if (channel_id.empty()) { 282 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
|
/external/chromium_org/net/quic/crypto/ |
crypto_handshake.h | 181 // channel_id is set by servers to a ChannelID key when the client correctly 185 std::string channel_id; member in struct:net::QuicCryptoNegotiatedParameters
|
/external/chromium/chrome/browser/extensions/ |
extension_message_service.cc | 27 #define GET_CHANNEL_OPENER_ID(channel_id) ((channel_id) * 2) 28 #define GET_CHANNEL_RECEIVERS_ID(channel_id) ((channel_id) * 2 + 1) 100 int channel_id = g_next_channel_id.GetNext(); local 101 int port1_id = channel_id * 2; 102 int port2_id = channel_id * 2 + 1; 109 DCHECK(GET_CHANNEL_ID(port1_id) == channel_id); 110 DCHECK(GET_CHANNEL_OPENER_ID(channel_id) == port1_id); 111 DCHECK(GET_CHANNEL_RECEIVERS_ID(channel_id) == port2_id) [all...] |
/external/chromium/chrome/browser/service/ |
service_process_control.cc | 50 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); local 52 new IPC::SyncChannel(channel_id, IPC::Channel::MODE_NAMED_CLIENT, this,
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_channel_api.cc | 123 int channel_id) { 124 CastSocket* socket = GetSocket(channel_id); 141 void CastChannelAsyncApiFunction::RemoveSocket(int channel_id) { 144 manager_->Remove(extension_->id(), channel_id); 147 void CastChannelAsyncApiFunction::SetResultFromSocket(int channel_id) { 148 CastSocket* socket = GetSocket(channel_id); 158 channel_info.channel_id = -1; 166 CastSocket* CastChannelAsyncApiFunction::GetSocket(int channel_id) { 169 return manager_->Get(extension_->id(), channel_id); 221 params_->channel.channel_id); 260 int channel_id = params_->channel.channel_id; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_api.cc | 219 std::string channel_id; local 221 channel_id = gaia_id; 222 channel_id += kChannelIdSeparator; 223 channel_id += extension_id(); 232 result.channel_id = channel_id;
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control.cc | 52 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); local 54 channel_id,
|
/external/chromium_org/chrome/test/automation/ |
proxy_launcher.cc | 544 NamedProxyLauncher::NamedProxyLauncher(const std::string& channel_id, 547 : channel_id_(channel_id), 610 std::string channel_id; local 611 channel_id.append(automation::kNamedInterfacePrefix).append(channel_id_); 612 return channel_id;
|
/external/chromium_org/content/zygote/ |
zygote_linux.cc | 442 std::string channel_id; local 457 channel_id = arg; 476 base::ProcessId child_pid = ForkWithRealPid(process_type, mapping, channel_id,
|
/external/chromium_org/content/browser/worker_host/ |
worker_process_host.cc | 127 std::string channel_id = process_->GetHost()->CreateChannel(); local 128 if (channel_id.empty()) 143 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_device_unittest.cc | 178 int channel_id() const { function in class:content::__anon10904::WebRTCMediaProcessImpl 555 EXPECT_EQ(ch, media_process->channel_id()); 659 EXPECT_EQ(ch, media_process->channel_id()); [all...] |
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
message_service.cc | 50 #define GET_CHANNEL_OPENER_ID(channel_id) ((channel_id) * 2) 51 #define GET_CHANNEL_RECEIVERS_ID(channel_id) ((channel_id) * 2 + 1) 138 unsigned channel_id = local 141 if (channel_id == 0) { 147 unsigned port1_id = channel_id * 2; 148 unsigned port2_id = channel_id * 2 + 1; 155 DCHECK(GET_CHANNEL_ID(port1_id) == channel_id); 156 DCHECK(GET_CHANNEL_OPENER_ID(channel_id) == port1_id) 483 int channel_id = GET_CHANNEL_ID(receiver_port_id); local 492 int channel_id = GET_CHANNEL_ID(port_id); local 533 int channel_id = GET_CHANNEL_ID(source_port_id); local 665 int channel_id = GET_CHANNEL_ID(params->receiver_port_id); local [all...] |
/external/chromium_org/chrome_frame/ |
chrome_frame_automation.cc | 131 std::string channel_id, base::TimeDelta launch_timeout) 135 InitializeChannel(channel_id, false); 246 std::string channel_id = AutomationProxy::GenerateChannelID(); local 250 channel_id, 262 channel_id); [all...] |
/external/chromium_org/chrome_frame/test/net/ |
fake_external_tab.cc | 834 std::string channel_id = command_line.GetSwitchValueASCII( local 836 EXPECT_FALSE(channel_id.empty()); 844 TestAutomationProvider::NewAutomationProvider(profile, channel_id, this)); [all...] |
/external/chromium_org/content/browser/gpu/ |
gpu_process_host.cc | 570 std::string channel_id = process_->GetHost()->CreateChannel(); local 571 if (channel_id.empty()) 579 in_process_gpu_thread_.reset(g_gpu_main_thread_factory(channel_id)); 583 } else if (!LaunchGpuProcess(channel_id)) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine_unittest.cc | 160 int channel_id = voe_.GetLastChannel(); local 184 EXPECT_FALSE(voe_.WasSendTelephoneEventCalled(channel_id, 2, 123)); 186 EXPECT_TRUE(voe_.WasSendTelephoneEventCalled(channel_id, 2, 123)); 194 EXPECT_FALSE(voe_.WasSendTelephoneEventCalled(channel_id, 4, 145)); 198 EXPECT_TRUE(voe_.WasSendTelephoneEventCalled(channel_id, 4, 145)); 240 void TestSetSendRtpHeaderExtensions(int channel_id) { 247 channel_id, enable, id)); 255 channel_id, enable, id)); 261 channel_id, enable, id)); 269 channel_id, enable, id)) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnport.cc | 120 TurnChannelBindRequest(TurnPort* port, TurnEntry* entry, int channel_id, 141 TurnEntry(TurnPort* port, int channel_id, 146 int channel_id() const { return channel_id_; } function in class:cricket::TurnEntry 504 void TurnPort::HandleChannelData(int channel_id, const char* data, 530 TurnEntry* entry = FindEntry(channel_id); 533 << "channel, channel_id=" << channel_id; 631 return e->channel_id() == id; 633 TurnEntry* TurnPort::FindEntry(int channel_id) const { 635 std::bind2nd(std::ptr_fun(MatchesChannelId), channel_id)); [all...] |