Home
last modified time | relevance | path

Searched refs:channel_name (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_message_service.h76 const std::string& channel_name);
84 const std::string& channel_name);
94 const std::string& extension_id, const std::string& channel_name,
105 const std::string& extension_id, const std::string& channel_name,
131 const std::string& channel_name);
Dextension_message_service.cc62 const std::string& channel_name, in DispatchOnConnect() argument
68 args.Set(1, Value::CreateStringValue(channel_name)); in DispatchOnConnect()
142 const std::string& channel_name) { in OpenChannelToExtension() argument
166 source_extension_id, target_extension_id, channel_name); in OpenChannelToExtension()
172 const std::string& channel_name) { in OpenChannelToTab() argument
205 extension_id, extension_id, channel_name); in OpenChannelToTab()
214 const std::string& channel_name) { in OpenChannelImpl() argument
242 DispatchOnConnect(receiver, receiver_port_id, channel_name, tab_json, in OpenChannelImpl()
249 const std::string& extension_id, const std::string& channel_name, in OpenSpecialChannelToExtension() argument
262 extension_id, extension_id, channel_name)) in OpenSpecialChannelToExtension()
[all …]
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc133 const std::string& channel_name, int* port_id) { in OnOpenChannelToExtension() argument
142 target_extension_id, channel_name)); in OnOpenChannelToExtension()
150 const std::string& channel_name) { in OpenChannelToExtensionOnUIThread() argument
154 source_extension_id, target_extension_id, channel_name); in OpenChannelToExtensionOnUIThread()
159 const std::string& channel_name, int* port_id) { in OnOpenChannelToTab() argument
168 channel_name)); in OnOpenChannelToTab()
176 const std::string& channel_name) { in OpenChannelToTabOnUIThread() argument
180 tab_id, extension_id, channel_name); in OpenChannelToTabOnUIThread()
Dchrome_render_message_filter.h53 const std::string& channel_name, int* port_id);
59 const std::string& channel_name);
62 const std::string& channel_name, int* port_id);
66 const std::string& channel_name);
/external/chromium/chrome/browser/debugger/
Dextension_ports_remote_service.cc299 std::string channel_name = ""; in ConnectCommand() local
300 data->GetString(kChannelNameKey, &channel_name); // optional. in ConnectCommand()
319 << ">, channel_name <" << channel_name in ConnectCommand()
323 extension_id, channel_name, tab_contents, this); in ConnectCommand()
327 << ">, channel_name <" << channel_name << ">"; in ConnectCommand()
330 extension_id, channel_name, "null", this); in ConnectCommand()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h196 const std::string& channel_name) = 0;
200 const std::string& channel_name) = 0;
207 const std::string& channel_name) = 0;
356 const std::string& channel_name);
360 const std::string& channel_name);
364 const std::string& channel_name);
Dp2ptransport.cc71 std::string channel_name = error->Attr(buzz::QN_NAME); in OnTransportError() local
72 if (HasChannel(channel_name)) { in OnTransportError()
73 SignalChannelGone(this, channel_name); in OnTransportError()
Dsession.cc517 const std::string& channel_name) { in CreateChannel() argument
522 return transproxy->CreateChannel(channel_name, content_type_); in CreateChannel()
526 const std::string& channel_name) { in GetChannel() argument
531 return transproxy->GetChannel(channel_name); in GetChannel()
535 const std::string& channel_name) { in DestroyChannel() argument
538 transproxy->DestroyChannel(channel_name); in DestroyChannel()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc122 const std::string& channel_name) { in Connect() argument
132 channel_ = session_->CreateChannel(content_name, channel_name); in Connect()
133 channel_name_ = channel_name; in Connect()
Dpseudotcpchannel.h74 const std::string& channel_name);