Home | Sort by relevance Sort by last modified time |
/external/chromium/net/http/ | |
http_auth_handler_ntlm_win.cc | 48 is_unsupported_(false), 63 if (is_unsupported_ || reason == CREATE_PREEMPTIVE) 69 is_unsupported_ = true; |
http_auth_handler_negotiate.cc | 25 is_unsupported_(false), 47 if (is_unsupported_ || reason == CREATE_PREEMPTIVE) 53 is_unsupported_ = true; |
http_auth_handler_negotiate.h | 88 bool is_unsupported_; member in class:net::HttpAuthHandlerNegotiate::Factory |
http_auth_handler_ntlm.h | 67 bool is_unsupported_; member in class:net::HttpAuthHandlerNTLM::Factory |