Home | History | Annotate | Download | only in http

Lines Matching refs:password

183   const string16* password = NULL;
186 password = &identity_.password;
191 password,
209 // Don't do preemptive authorization if the URL contains a username/password,
237 identity_.password = entry->password();
370 const string16& password) {
372 DCHECK(identity_.invalid || (username.empty() && password.empty()));
375 // Update the username/password.
379 identity_.password = password;
405 identity_.username, identity_.password,
434 // Note: we require the username/password to match before invalidating
438 identity_.password);
446 // Try to use the username/password encoded into the URL first.
451 // Extract the username:password from the URL.
454 &identity_.password);
456 password is blank, should we also try combining
457 // with a password from the cache?
470 identity_.password = entry->password();