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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
autoportallocator.h 61 const std::vector<std::string>& relay_hosts,
65 SetRelayHosts(relay_hosts);
httpportallocator.h 86 const std::vector<std::string>& relay_hosts() const { function in class:cricket::HttpPortAllocatorBase
116 const std::vector<std::string>& relay_hosts,
175 const std::vector<std::string>& relay_hosts,
connectivitychecker_unittest.cc 94 const std::vector<std::string>& relay_hosts,
103 relay_hosts,
153 std::vector<std::string> relay_hosts; local
154 relay_hosts.push_back(kRelayHost);
161 relay_hosts,
httpportallocator.cc 131 const std::vector<std::string>& relay_hosts,
136 relay_hosts_(relay_hosts), stun_hosts_(stun_hosts),
255 relay_hosts(), relay_token(),
268 const std::vector<std::string>& relay_hosts,
273 relay_hosts, relay, agent) {
connectivitychecker.h 123 const std::vector<std::string>& relay_hosts,
128 relay_hosts, relay_token, user_agent) {
portallocator_unittest.cc     [all...]
connectivitychecker.cc 57 stun_hosts(), relay_hosts(),
  /external/chromium_org/remoting/jingle_glue/
jingle_info_request.cc 66 std::vector<std::string> relay_hosts; local
77 relay_hosts.push_back(host);
81 on_jingle_info_cb_.Run(relay_token, relay_hosts, stun_hosts);
chromium_port_allocator.cc 33 const std::vector<std::string>& relay_hosts,
59 const std::vector<std::string>& relay_hosts,
68 relay_hosts,
184 stun_hosts(), relay_hosts(), relay_token(), url_context_);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jingleinfotask.cc 103 std::vector<std::string> relay_hosts; local
131 relay_hosts.push_back(host);
135 SignalJingleInfo(relay_token, relay_hosts, stun_hosts);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 75 const std::vector<std::string>& relay_hosts() const { function in class:cricket::HttpPortAllocator
103 const std::vector<std::string>& relay_hosts,
httpportallocator.cc 124 const std::vector<std::string>& relay_hosts,
128 relay_hosts_(relay_hosts), stun_hosts_(stun_hosts),
  /external/chromium_org/remoting/protocol/
jingle_session_manager.h 82 const std::vector<std::string>& relay_hosts,
jingle_session_manager.cc 53 const std::vector<std::string>& relay_hosts,
61 config.relay_server = relay_hosts[0];
libjingle_transport_factory.cc 434 std::vector<std::string> relay_hosts; local
435 relay_hosts.push_back(config.relay_server);
436 http_port_allocator_->SetRelayHosts(relay_hosts);
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 41 const std::vector<std::string>& relay_hosts,
82 const std::vector<std::string>& relay_hosts,
91 relay_hosts,
338 stun_hosts(), relay_hosts(), relay_token(), instance_);

Completed in 912 milliseconds