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

  /external/chromium_org/net/http/
http_auth_handler_negotiate.h 57 // |use_port()| and |set_use_port()| get/set whether the auth handlers
61 bool use_port() const { return use_port_; } function in class:net::HttpAuthHandlerNegotiate::Factory
62 void set_use_port(bool use_port) { use_port_ = use_port; }
100 bool use_port);
http_auth_handler_negotiate.cc 96 bool use_port)
103 use_port_(use_port),
http_auth_handler_negotiate_unittest.cc 175 int CreateHandler(bool disable_cname_lookup, bool use_port,
180 factory_->set_use_port(use_port);
  /external/chromium_org/third_party/libjingle/source/talk/base/
natserver.cc 58 : use_ip(nat->FiltersIP()), use_port(nat->FiltersPort()) {
65 if (use_port)
76 if (use_port && (a1.port() < a2.port()))
78 if (use_port && (a2.port() < a1.port()))
natserver.h 61 bool use_port; member in struct:talk_base::AddrCmp
  /external/chromium_org/third_party/webrtc/base/
natserver.cc 41 : use_ip(nat->FiltersIP()), use_port(nat->FiltersPort()) {
48 if (use_port)
59 if (use_port && (a1.port() < a2.port()))
61 if (use_port && (a2.port() < a1.port()))
natserver.h 44 bool use_port; member in struct:rtc::AddrCmp

Completed in 667 milliseconds