Home | History | Annotate | Download | only in base

Lines Matching refs:Transport

40 #include "talk/p2p/base/transport.h"
54 // Fake transport channel class, which can be passed to anything that needs a
55 // transport channel. Can be informed of another FakeTransportChannel via
60 explicit FakeTransportChannel(Transport* transport,
64 transport_(transport),
95 virtual Transport* GetTransport() {
261 Transport* transport_;
280 // Fake transport class, which can be passed to anything that needs a Transport.
283 class FakeTransport : public Transport {
290 : Transport(signaling_thread, worker_thread,
323 using Transport::local_description;
324 using Transport::remote_description;
360 // Note, this is distinct from the Channel map owned by Transport.
427 virtual Transport* CreateTransport(const std::string& content_name) {