Searched refs:is_unsupported_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_win.cc48 is_unsupported_(false) {
62 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
68 is_unsupported_ = true;
H A Dhttp_auth_handler_negotiate.cc28 is_unsupported_(false) {
48 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
54 is_unsupported_ = true;
69 if (is_unsupported_)
72 is_unsupported_ = true;
H A Dhttp_auth_handler_negotiate.h89 bool is_unsupported_; member in class:net::HttpAuthHandlerNegotiate::Factory
H A Dhttp_auth_handler_ntlm.h65 bool is_unsupported_; member in class:net::HttpAuthHandlerNTLM::Factory

Completed in 1766 milliseconds