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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 46 class FakeTransport;
281 // Can be informed of another FakeTransport via SetDestination (low-tech way
283 class FakeTransport : public Transport {
286 FakeTransport(talk_base::Thread* signaling_thread,
296 ~FakeTransport() {
303 void SetDestination(FakeTransport* dest) {
363 FakeTransport* dest_;
385 FakeTransport* GetTransport(const std::string& content_name) {
386 return static_cast<FakeTransport*>(
396 static_cast<FakeTransport*>(it->second->impl())->SetDestination
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py     [all...]

Completed in 865 milliseconds