Home | History | Annotate | Download | only in login

Lines Matching defs:auth_

51         auth_(auth),
57 auth_->set_attempt_state(state_);
58 set_test_result(expected_ == auth_->ResolveState());
63 ParallelAuthenticator* auth_;
99 auth_ = new ParallelAuthenticator(&consumer_);
225 scoped_refptr<ParallelAuthenticator> auth_;
242 EXPECT_EQ("0a010000000000a0", auth_->SaltAsAscii());
248 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
249 EXPECT_EQ(auth_->localaccount_, username_);
257 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
258 EXPECT_EQ(auth_->localaccount_, username_);
266 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
267 EXPECT_EQ(auth_->localaccount_, std::string());
275 SetAttemptState(auth_, state_.release());
276 auth_->OnLoginSuccess(result_, false);
283 SetAttemptState(auth_, state_.release());
284 auth_->OnPasswordChangeDetected(result_);
290 auth_.get(),
302 auth_.get(),
314 SetAttemptState(auth_, state_.release());
316 RunResolve(auth_.get(), &message_loop_);
330 auth_->LoginOffTheRecord();
345 auth_->LoginOffTheRecord();
365 SetAttemptState(auth_, state_.release());
367 auth_->ResyncEncryptedData(result_);
381 SetAttemptState(auth_, state_.release());
383 auth_->ResyncEncryptedData(result_);
394 SetAttemptState(auth_, state_.release());
396 RunResolve(auth_.get(), &message_loop_);
416 SetAttemptState(auth_, state_.release());
418 auth_->RecoverEncryptedData(std::string(), result_);
436 SetAttemptState(auth_, state_.release());
438 auth_->RecoverEncryptedData(std::string(), result_);
450 auth_.get(),
466 auth_.get(),
490 SetAttemptState(auth_, state_.release());
492 RunResolve(auth_.get(), &message_loop_);
506 SetAttemptState(auth_, state_.release());
508 RunResolve(auth_.get(), &message_loop_);
519 SetAttemptState(auth_, state_.get());
520 RunResolve(auth_.get(), &message_loop_);
529 RunResolve(auth_.get(), &message_loop_);
552 SetAttemptState(auth_, state_.get());
553 RunResolve(auth_.get(), &message_loop_);
562 RunResolve(auth_.get(), &message_loop_);
571 auth_->RetryAuth(&profile,
590 SetAttemptState(auth_, state_.get());
591 RunResolve(auth_.get(), &message_loop_);
600 RunResolve(auth_.get(), &message_loop_);
614 auth_->RetryAuth(&profile,
631 SetAttemptState(auth_, state_.release());
633 RunResolve(auth_.get(), &message_loop_);
649 SetAttemptState(auth_, state_.release());
651 RunResolve(auth_.get(), &message_loop_);
675 SetAttemptState(auth_, state_.release());
679 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
681 RunResolve(auth_.get(), &message_loop_);
700 auth_->AuthenticateToUnlock(username_, "");
720 ReadLocalaccountFile(auth_.get(), tmp_file_path.BaseName().value());
722 auth_->AuthenticateToUnlock(username_, "");