/external/chromium/net/http/ |
http_auth_handler_negotiate.h | 49 // |disable_cname_lookup()| and |set_disable_cname_lookup()| get/set whether 53 bool disable_cname_lookup() const { return disable_cname_lookup_; } function in class:net::HttpAuthHandlerNegotiate::Factory 54 void set_disable_cname_lookup(bool disable_cname_lookup) { 55 disable_cname_lookup_ = disable_cname_lookup; 99 bool disable_cname_lookup,
|
http_auth_handler_negotiate.cc | 88 bool disable_cname_lookup, 95 disable_cname_lookup_(disable_cname_lookup),
|
http_auth_handler_negotiate_unittest.cc | 177 int CreateHandler(bool disable_cname_lookup, bool use_port, 181 factory_->set_disable_cname_lookup(disable_cname_lookup);
|
/external/chromium_org/net/http/ |
http_auth_handler_negotiate.h | 48 // |disable_cname_lookup()| and |set_disable_cname_lookup()| get/set whether 52 bool disable_cname_lookup() const { return disable_cname_lookup_; } function in class:net::HttpAuthHandlerNegotiate::Factory 53 void set_disable_cname_lookup(bool disable_cname_lookup) { 54 disable_cname_lookup_ = disable_cname_lookup; 99 bool disable_cname_lookup,
|
http_auth_handler_negotiate.cc | 95 bool disable_cname_lookup, 102 disable_cname_lookup_(disable_cname_lookup),
|
http_auth_handler_negotiate_unittest.cc | 175 int CreateHandler(bool disable_cname_lookup, bool use_port, 179 factory_->set_disable_cname_lookup(disable_cname_lookup);
|