HomeSort by relevance Sort by last modified time
    Searched full:channel_name (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.h 53 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);
chrome_render_message_filter.cc 133 const std::string& channel_name, int* port_id) {
142 target_extension_id, channel_name));
150 const std::string& channel_name) {
154 source_extension_id, target_extension_id, channel_name);
159 const std::string& channel_name, int* port_id) {
168 channel_name));
176 const std::string& channel_name) {
180 tab_id, extension_id, channel_name);
  /external/chromium/chrome/browser/extensions/
extension_message_service.cc 62 const std::string& channel_name,
68 args.Set(1, Value::CreateStringValue(channel_name));
142 const std::string& channel_name) {
166 source_extension_id, target_extension_id, channel_name);
172 const std::string& channel_name) {
205 extension_id, extension_id, channel_name);
214 const std::string& channel_name) {
242 DispatchOnConnect(receiver, receiver_port_id, channel_name, tab_json,
249 const std::string& extension_id, const std::string& channel_name,
262 extension_id, extension_id, channel_name))
    [all...]
extension_message_service.h 70 // and every listening context owned by that extension. |channel_name| is
76 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);
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 299 std::string channel_name = ""; local
300 data->GetString(kChannelNameKey, &channel_name); // optional.
319 << ">, channel_name <" << channel_name
323 extension_id, channel_name, tab_contents, this);
327 << ">, channel_name <" << channel_name << ">"; local
330 extension_id, channel_name, "null", this);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 71 std::string channel_name = error->Attr(buzz::QN_NAME); local
72 if (HasChannel(channel_name)) {
73 SignalChannelGone(this, channel_name);
session.h 196 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);
session.cc 517 const std::string& channel_name) {
522 return transproxy->CreateChannel(channel_name, content_type_);
526 const std::string& channel_name) {
531 return transproxy->GetChannel(channel_name);
535 const std::string& channel_name) {
538 transproxy->DestroyChannel(channel_name);
    [all...]
  /external/chromium/chrome/common/extensions/
extension_messages.h 245 std::string /* channel_name */,
254 std::string /* channel_name */,
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 122 const std::string& channel_name) {
132 channel_ = session_->CreateChannel(content_name, channel_name);
133 channel_name_ = channel_name;
pseudotcpchannel.h 74 const std::string& channel_name);

Completed in 1251 milliseconds