Searched refs:has_username_and_password_ (Results 1 – 2 of 2) sorted by relevance
101 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()
154 bool has_username_and_password_; variable