HomeSort by relevance Sort by last modified time
    Searched refs:is_unsupported_ (Results 1 - 8 of 8) 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
  /external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc 48 is_unsupported_(false) {
62 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
68 is_unsupported_ = true;
http_auth_handler_negotiate.cc 30 is_unsupported_(false) {
50 if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
56 is_unsupported_ = true;
71 if (is_unsupported_)
74 is_unsupported_ = true;
http_auth_handler_negotiate.h 89 bool is_unsupported_; member in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_ntlm.h 65 bool is_unsupported_; member in class:net::HttpAuthHandlerNTLM::Factory

Completed in 400 milliseconds