Home
last modified time | relevance | path

Searched refs:has_username_and_password_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_handler_negotiate.cc101 has_username_and_password_(false), in HttpAuthHandlerNegotiate()
214 DCHECK((!has_username_and_password_ && username == NULL) || in GenerateAuthTokenImpl()
215 (has_username_and_password_ && *username == username_ && in GenerateAuthTokenImpl()
221 has_username_and_password_ = true; in GenerateAuthTokenImpl()
311 string16* username = has_username_and_password_ ? &username_ : NULL; in DoGenerateAuthToken()
312 string16* password = has_username_and_password_ ? &password_ : NULL; in DoGenerateAuthToken()
Dhttp_auth_handler_negotiate.h154 bool has_username_and_password_; variable