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

  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.h 36 class LibjingleTransportFactory : public TransportFactory {
38 // |signal_strategy| must outlive LibjingleTransportFactory. Need to use
41 LibjingleTransportFactory(
46 virtual ~LibjingleTransportFactory();
69 DISALLOW_COPY_AND_ASSIGN(LibjingleTransportFactory);
libjingle_transport_factory.cc 319 LibjingleTransportFactory::LibjingleTransportFactory(
328 LibjingleTransportFactory::~LibjingleTransportFactory() {
336 void LibjingleTransportFactory::PrepareTokens() {
340 scoped_ptr<Transport> LibjingleTransportFactory::CreateTransport() {
359 void LibjingleTransportFactory::EnsureFreshJingleInfo() {
371 &LibjingleTransportFactory::OnJingleInfo, base::Unretained(this)));
375 void LibjingleTransportFactory::OnJingleInfo(

Completed in 44 milliseconds