Home | History | Annotate | Download | only in automation

Lines Matching refs:password

623                                         const std::wstring& password,
636 handler->SetAuth(WideToUTF16Hack(username), WideToUTF16Hack(password));
3330 // Translates a dictionary password to a PasswordForm struct.
3397 if (!args->GetDictionary("password", &password_dict)) {
3398 reply.SendError("Password must be a dictionary.");
3405 reply.SendError("Password must include signon_realm.");
3416 // Set the return based on whether setting the password succeeded.
3440 if (!args->GetDictionary("password", &password_dict)) {
3441 reply.SendError("Password must be a dictionary.");
3448 reply.SendError("Password must include signon_realm.");
4058 std::string password;
4060 !args->GetString("password", &password)) {
4066 browser->profile(), username, password, 0));
4068 sync_waiter_->SetCredentials(username, password);