HomeSort by relevance Sort by last modified time
    Searched refs:cryptohome_complete (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.h 44 virtual bool cryptohome_complete() OVERRIDE;
test_attempt_state.cc 61 bool TestAttemptState::cryptohome_complete() { function in class:chromeos::TestAttemptState
auth_attempt_state.h 75 virtual bool cryptohome_complete();
auth_attempt_state.cc 139 bool AuthAttemptState::cryptohome_complete() { function in class:chromeos::AuthAttemptState
parallel_authenticator.cc 675 if (!current_state_->cryptohome_complete() ||
689 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds.
  /external/chromium/chrome/browser/chromeos/login/
test_attempt_state.h 52 virtual bool cryptohome_complete() { return cryptohome_complete_; } function in class:chromeos::TestAttemptState
auth_attempt_state.h 60 virtual bool cryptohome_complete();
auth_attempt_state.cc 111 bool AuthAttemptState::cryptohome_complete() { function in class:chromeos::AuthAttemptState
parallel_authenticator.cc 398 if (!current_state_->cryptohome_complete())
410 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds.
436 if (reauth_state_->cryptohome_complete()) {
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 52 bool cryptohome_complete();
managed_user_authenticator.cc 232 if (!current_state_->cryptohome_complete())
244 DCHECK(current_state_->cryptohome_complete());
303 bool ManagedUserAuthenticator::AuthAttempt::cryptohome_complete() { function in class:chromeos::ManagedUserAuthenticator::AuthAttempt

Completed in 119 milliseconds