LibjingleStreamTransport 49 remoting/protocol/libjingle_transport_factory.cc public base::SupportsWeakPtr<LibjingleStreamTransport>, LibjingleStreamTransport 52 remoting/protocol/libjingle_transport_factory.cc LibjingleStreamTransport(cricket::PortAllocator* port_allocator, LibjingleStreamTransport 54 remoting/protocol/libjingle_transport_factory.cc virtual ~LibjingleStreamTransport(); LibjingleStreamTransport 115 remoting/protocol/libjingle_transport_factory.cc base::RepeatingTimer<LibjingleStreamTransport> reconnect_timer_; LibjingleStreamTransport 120 remoting/protocol/libjingle_transport_factory.cc DISALLOW_COPY_AND_ASSIGN(LibjingleStreamTransport); LibjingleStreamTransport 123 remoting/protocol/libjingle_transport_factory.cc LibjingleStreamTransport::LibjingleStreamTransport( LibjingleStreamTransport 137 remoting/protocol/libjingle_transport_factory.cc LibjingleStreamTransport::~LibjingleStreamTransport() { LibjingleStreamTransport 149 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnCanStart() { LibjingleStreamTransport 165 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::Initialize( LibjingleStreamTransport 182 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::Connect( LibjingleStreamTransport 191 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::DoStart() { LibjingleStreamTransport 201 remoting/protocol/libjingle_transport_factory.cc this, &LibjingleStreamTransport::OnRequestSignaling); LibjingleStreamTransport 203 remoting/protocol/libjingle_transport_factory.cc this, &LibjingleStreamTransport::OnCandidateReady); LibjingleStreamTransport 205 remoting/protocol/libjingle_transport_factory.cc this, &LibjingleStreamTransport::OnRouteChange); LibjingleStreamTransport 207 remoting/protocol/libjingle_transport_factory.cc this, &LibjingleStreamTransport::OnWritableState); LibjingleStreamTransport 220 remoting/protocol/libjingle_transport_factory.cc this, &LibjingleStreamTransport::TryReconnect); LibjingleStreamTransport 227 remoting/protocol/libjingle_transport_factory.cc &LibjingleStreamTransport::OnChannelDestroyed, base::Unretained(this))); LibjingleStreamTransport 244 remoting/protocol/libjingle_transport_factory.cc base::Bind(&LibjingleStreamTransport::OnTcpConnected, LibjingleStreamTransport 250 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::AddRemoteCandidate( LibjingleStreamTransport 260 remoting/protocol/libjingle_transport_factory.cc const std::string& LibjingleStreamTransport::name() const { LibjingleStreamTransport 265 remoting/protocol/libjingle_transport_factory.cc bool LibjingleStreamTransport::is_connected() const { LibjingleStreamTransport 270 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnRequestSignaling( LibjingleStreamTransport 276 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnCandidateReady( LibjingleStreamTransport 283 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnRouteChange( LibjingleStreamTransport 314 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnWritableState( LibjingleStreamTransport 330 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnTcpConnected(int result) { LibjingleStreamTransport 340 remoting/protocol/libjingle_transport_factory.cc base::Bind(&LibjingleStreamTransport::OnAuthenticationDone, LibjingleStreamTransport 344 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnAuthenticationDone( LibjingleStreamTransport 355 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::OnChannelDestroyed() { LibjingleStreamTransport 362 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::TryReconnect() { LibjingleStreamTransport 380 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::NotifyConnected( LibjingleStreamTransport 388 remoting/protocol/libjingle_transport_factory.cc void LibjingleStreamTransport::NotifyConnectFailed() { LibjingleStreamTransport 430 remoting/protocol/libjingle_transport_factory.cc scoped_ptr<LibjingleStreamTransport> result( LibjingleStreamTransport 431 remoting/protocol/libjingle_transport_factory.cc new LibjingleStreamTransport(port_allocator_.get(), network_settings_)); LibjingleStreamTransport 439 remoting/protocol/libjingle_transport_factory.cc base::Bind(&LibjingleStreamTransport::OnCanStart,