Home | History | Annotate | Download | only in auth

Lines Matching defs:AuthAttemptState

14 AuthAttemptState::AuthAttemptState(const UserContext& user_context,
34 AuthAttemptState::~AuthAttemptState() {
37 void AuthAttemptState::RecordOnlineLoginStatus(const AuthFailure& outcome) {
45 void AuthAttemptState::DisableHosted() {
49 void AuthAttemptState::RecordCryptohomeStatus(
57 void AuthAttemptState::RecordUsernameHash(const std::string& username_hash) {
63 void AuthAttemptState::RecordUsernameHashFailed() {
68 void AuthAttemptState::UsernameHashRequested() {
72 void AuthAttemptState::ResetCryptohomeStatus() {
78 bool AuthAttemptState::online_complete() {
82 const AuthFailure& AuthAttemptState::online_outcome() {
86 bool AuthAttemptState::is_first_time_user() {
90 GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() {
94 bool AuthAttemptState::cryptohome_complete() {
98 bool AuthAttemptState::cryptohome_outcome() {
102 cryptohome::MountError AuthAttemptState::cryptohome_code() {
106 bool AuthAttemptState::username_hash_obtained() {
110 bool AuthAttemptState::username_hash_valid() {