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

  /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_ntlm.h 67 bool is_unsupported_; member in class:net::HttpAuthHandlerNTLM::Factory
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

Completed in 19 milliseconds