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

  /external/chromium_org/third_party/libjingle/source/talk/base/
natserver.h 61 bool use_port; member in struct:talk_base::AddrCmp
  /external/chromium/net/http/
http_auth_handler_negotiate.h 58 // |use_port()| and |set_use_port()| get/set whether the auth handlers
62 bool use_port() const { return use_port_; } function in class:net::HttpAuthHandlerNegotiate::Factory
63 void set_use_port(bool use_port) { use_port_ = use_port; }
100 bool use_port);
  /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);

Completed in 228 milliseconds