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

  /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);
http_auth_handler_negotiate.cc 89 bool use_port)
96 use_port_(use_port),
http_auth_handler_negotiate_unittest.cc 177 int CreateHandler(bool disable_cname_lookup, bool use_port,
182 factory_->set_use_port(use_port);

Completed in 28 milliseconds