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

  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.h 63 cricket::HttpPortAllocatorBase* http_port_allocator_; member in class:remoting::protocol::LibjingleTransportFactory
libjingle_transport_factory.cc 390 : http_port_allocator_(port_allocator.get()),
399 http_port_allocator_(NULL),
423 if (http_port_allocator_) {
428 http_port_allocator_->SetStunHosts(stun_hosts);
436 http_port_allocator_->SetRelayHosts(relay_hosts);
437 http_port_allocator_->SetRelayToken(config.relay_token);

Completed in 47 milliseconds