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 30 class LibjingleTransportFactory : public TransportFactory {
34 static scoped_ptr<LibjingleTransportFactory> Create(
43 LibjingleTransportFactory(
49 LibjingleTransportFactory();
51 virtual ~LibjingleTransportFactory();
67 DISALLOW_COPY_AND_ASSIGN(LibjingleTransportFactory);
libjingle_transport_factory.cc 366 scoped_ptr<LibjingleTransportFactory> LibjingleTransportFactory::Create(
380 scoped_ptr<LibjingleTransportFactory> transport_factory(
381 new LibjingleTransportFactory(
387 LibjingleTransportFactory::LibjingleTransportFactory(
396 LibjingleTransportFactory::LibjingleTransportFactory()
411 LibjingleTransportFactory::~LibjingleTransportFactory() {
    [all...]

Completed in 51 milliseconds