Searched refs:StunServers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc424 if (!config || config->StunServers().empty()) {
799 if (config_->StunServers() == config->StunServers()) {
926 if (config_ && !config_->StunServers().empty()) {
929 port->set_server_addresses(config_->StunServers());
977 ASSERT(config_ && !config_->StunServers().empty());
978 if (!(config_ && !config_->StunServers().empty())) {
990 config_->StunServers());
1159 ServerAddresses PortConfiguration::StunServers() { function in class:cricket::PortConfiguration
H A Dbasicportallocator.h241 ServerAddresses StunServers();

Completed in 83 milliseconds