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

  /external/chromium/net/http/
http_auth_handler_negotiate.cc 101 has_username_and_password_(false),
214 DCHECK((!has_username_and_password_ && username == NULL) ||
215 (has_username_and_password_ && *username == username_ &&
221 has_username_and_password_ = true;
311 string16* username = has_username_and_password_ ? &username_ : NULL;
312 string16* password = has_username_and_password_ ? &password_ : NULL;
http_auth_handler_negotiate.h 154 bool has_username_and_password_; member in class:net::HttpAuthHandlerNegotiate

Completed in 22 milliseconds