Searched defs:FakeTransport (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dfakesession.h47 class FakeTransport;
329 // Can be informed of another FakeTransport via SetDestination (low-tech way
331 class FakeTransport : public Transport { class in namespace:cricket
334 FakeTransport(rtc::Thread* signaling_thread, function in class:cricket::FakeTransport
344 ~FakeTransport() {
351 void SetDestination(FakeTransport* dest) {
421 FakeTransport* dest_;
449 FakeTransport* GetTransport(const std::string& content_name) {
450 return static_cast<FakeTransport*>(
460 static_cast<FakeTransport*>(i
[all...]

Completed in 52 milliseconds