AuthAttemptState 17 chrome/browser/chromeos/login/auth_attempt_state.cc AuthAttemptState::AuthAttemptState(const UserContext& user_context, AuthAttemptState 38 chrome/browser/chromeos/login/auth_attempt_state.cc AuthAttemptState::AuthAttemptState(const std::string& username, AuthAttemptState 53 chrome/browser/chromeos/login/auth_attempt_state.cc AuthAttemptState::AuthAttemptState(const UserContext& user_context, AuthAttemptState 68 chrome/browser/chromeos/login/auth_attempt_state.cc AuthAttemptState::~AuthAttemptState() {} AuthAttemptState 70 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::RecordOnlineLoginStatus( AuthAttemptState 80 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::DisableHosted() { AuthAttemptState 85 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::RecordCryptohomeStatus( AuthAttemptState 94 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::RecordUsernameHash(const std::string& username_hash) { AuthAttemptState 101 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::RecordUsernameHashFailed() { AuthAttemptState 107 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::UsernameHashRequested() { AuthAttemptState 112 chrome/browser/chromeos/login/auth_attempt_state.cc void AuthAttemptState::ResetCryptohomeStatus() { AuthAttemptState 119 chrome/browser/chromeos/login/auth_attempt_state.cc bool AuthAttemptState::online_complete() { AuthAttemptState 124 chrome/browser/chromeos/login/auth_attempt_state.cc const LoginFailure& AuthAttemptState::online_outcome() { AuthAttemptState 129 chrome/browser/chromeos/login/auth_attempt_state.cc bool AuthAttemptState::is_first_time_user() { AuthAttemptState 134 chrome/browser/chromeos/login/auth_attempt_state.cc GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() { AuthAttemptState 139 chrome/browser/chromeos/login/auth_attempt_state.cc bool AuthAttemptState::cryptohome_complete() { AuthAttemptState 144 chrome/browser/chromeos/login/auth_attempt_state.cc bool AuthAttemptState::cryptohome_outcome() { AuthAttemptState 149 chrome/browser/chromeos/login/auth_attempt_state.cc cryptohome::MountError AuthAttemptState::cryptohome_code() { AuthAttemptState 154 chrome/browser/chromeos/login/auth_attempt_state.cc bool AuthAttemptState::username_hash_obtained() { AuthAttemptState 159 chrome/browser/chromeos/login/auth_attempt_state.cc bool AuthAttemptState::username_hash_valid() { AuthAttemptState 21 chrome/browser/chromeos/login/auth_attempt_state.h class AuthAttemptState { AuthAttemptState 24 chrome/browser/chromeos/login/auth_attempt_state.h AuthAttemptState(const UserContext& user_context, AuthAttemptState 31 chrome/browser/chromeos/login/auth_attempt_state.h AuthAttemptState(const UserContext& user_context, AuthAttemptState 35 chrome/browser/chromeos/login/auth_attempt_state.h AuthAttemptState(const std::string& username, const std::string& password); AuthAttemptState 37 chrome/browser/chromeos/login/auth_attempt_state.h virtual ~AuthAttemptState(); AuthAttemptState 120 chrome/browser/chromeos/login/auth_attempt_state.h DISALLOW_COPY_AND_ASSIGN(AuthAttemptState); AuthAttemptState 33 chrome/browser/chromeos/login/online_attempt.cc OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt, AuthAttemptState 23 chrome/browser/chromeos/login/online_attempt.h class AuthAttemptState; AuthAttemptState 29 chrome/browser/chromeos/login/online_attempt.h OnlineAttempt(AuthAttemptState* current_attempt, AuthAttemptState 60 chrome/browser/chromeos/login/online_attempt.h AuthAttemptState* const attempt_; AuthAttemptState 36 chrome/browser/chromeos/login/online_attempt_host.cc new AuthAttemptState( AuthAttemptState 19 chrome/browser/chromeos/login/online_attempt_host.h class AuthAttemptState; AuthAttemptState 57 chrome/browser/chromeos/login/online_attempt_host.h scoped_ptr<AuthAttemptState> state_; AuthAttemptState 42 chrome/browser/chromeos/login/parallel_authenticator.cc void TriggerResolve(AuthAttemptState* attempt, AuthAttemptState 52 chrome/browser/chromeos/login/parallel_authenticator.cc void TriggerResolveHash(AuthAttemptState* attempt, AuthAttemptState 67 chrome/browser/chromeos/login/parallel_authenticator.cc AuthAttemptState* attempt, AuthAttemptState 76 chrome/browser/chromeos/login/parallel_authenticator.cc void Mount(AuthAttemptState* attempt, AuthAttemptState 103 chrome/browser/chromeos/login/parallel_authenticator.cc void MountGuest(AuthAttemptState* attempt, AuthAttemptState 115 chrome/browser/chromeos/login/parallel_authenticator.cc void MountGuestAndGetHash(AuthAttemptState* attempt, AuthAttemptState 132 chrome/browser/chromeos/login/parallel_authenticator.cc void MountPublic(AuthAttemptState* attempt, AuthAttemptState 151 chrome/browser/chromeos/login/parallel_authenticator.cc void Migrate(AuthAttemptState* attempt, AuthAttemptState 185 chrome/browser/chromeos/login/parallel_authenticator.cc void Remove(AuthAttemptState* attempt, AuthAttemptState 199 chrome/browser/chromeos/login/parallel_authenticator.cc void CheckKey(AuthAttemptState* attempt, AuthAttemptState 232 chrome/browser/chromeos/login/parallel_authenticator.cc new AuthAttemptState( AuthAttemptState 255 chrome/browser/chromeos/login/parallel_authenticator.cc new AuthAttemptState( AuthAttemptState 284 chrome/browser/chromeos/login/parallel_authenticator.cc new AuthAttemptState( AuthAttemptState 300 chrome/browser/chromeos/login/parallel_authenticator.cc new AuthAttemptState(user_context, AuthAttemptState 317 chrome/browser/chromeos/login/parallel_authenticator.cc current_state_.reset(new AuthAttemptState( AuthAttemptState 333 chrome/browser/chromeos/login/parallel_authenticator.cc current_state_.reset(new AuthAttemptState( AuthAttemptState 349 chrome/browser/chromeos/login/parallel_authenticator.cc current_state_.reset(new AuthAttemptState( AuthAttemptState 373 chrome/browser/chromeos/login/parallel_authenticator.cc current_state_.reset(new AuthAttemptState( AuthAttemptState 224 chrome/browser/chromeos/login/parallel_authenticator.h scoped_ptr<AuthAttemptState> current_state_; AuthAttemptState 18 chrome/browser/chromeos/login/test_attempt_state.cc : AuthAttemptState(credentials, AuthAttemptState 18 chrome/browser/chromeos/login/test_attempt_state.h class TestAttemptState : public AuthAttemptState {