HomeSort by relevance Sort by last modified time
    Searched refs:PORTALLOCATOR_DISABLE_TCP (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/test/
fake_port_allocator.cc 55 set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 51 PORTALLOCATOR_DISABLE_TCP = 0x08,
rawtransportchannel.cc 108 uint32 flags = PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP;
p2ptransportchannel_unittest.cc 59 cricket::PORTALLOCATOR_DISABLE_TCP;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 450 cricket::PORTALLOCATOR_DISABLE_TCP);
551 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
    [all...]
basicportallocator.cc 81 | PORTALLOCATOR_DISABLE_TCP
796 *flags |= PORTALLOCATOR_DISABLE_TCP;
946 if (IsFlagSet(PORTALLOCATOR_DISABLE_TCP)) {
    [all...]
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 80 flags |= cricket::PORTALLOCATOR_DISABLE_TCP;
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 232 set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
  /external/chromium_org/remoting/protocol/
chromium_port_allocator.cc 148 int flags = cricket::PORTALLOCATOR_DISABLE_TCP |
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 324 allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
    [all...]

Completed in 2610 milliseconds