HomeSort by relevance Sort by last modified time
    Searched refs:NS_TUNNEL (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 42 const std::string NS_TUNNEL("http://www.google.com/talk/tunnel");
43 const buzz::QName QN_TUNNEL_DESCRIPTION(NS_TUNNEL, "description");
44 const buzz::QName QN_TUNNEL_TYPE(NS_TUNNEL, "type");
213 : TunnelSessionClientBase(jid, manager, NS_TUNNEL) {
249 sdesc->AddContent(content_name, NS_TUNNEL, content);
256 const ContentInfo* cinfo = sdesc->FirstContentByType(NS_TUNNEL);
380 session_->remote_description()->FirstContentByType(NS_TUNNEL);
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 42 const char NS_TUNNEL[] = "http://www.google.com/talk/tunnel";
43 const buzz::StaticQName QN_TUNNEL_DESCRIPTION = { NS_TUNNEL, "description" };
44 const buzz::StaticQName QN_TUNNEL_TYPE = { NS_TUNNEL, "type" };
221 : TunnelSessionClientBase(jid, manager, NS_TUNNEL) {
257 sdesc->AddContent(content_name, NS_TUNNEL, content);
264 const ContentInfo* cinfo = sdesc->FirstContentByType(NS_TUNNEL);
413 session_->remote_description()->FirstContentByType(NS_TUNNEL);

Completed in 31 milliseconds