Searched refs:cryptohome_complete (Results 1 – 11 of 11) sorted by relevance
232 if (!current_state_->cryptohome_complete()) in ResolveState()244 DCHECK(current_state_->cryptohome_complete()); in ResolveState()303 bool ManagedUserAuthenticator::AuthAttempt::cryptohome_complete() { in cryptohome_complete() function in chromeos::ManagedUserAuthenticator::AuthAttempt
52 bool cryptohome_complete();
44 virtual bool cryptohome_complete() OVERRIDE;
61 bool TestAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::TestAttemptState
75 virtual bool cryptohome_complete();
139 bool AuthAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::AuthAttemptState
675 if (!current_state_->cryptohome_complete() || in ResolveState()689 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds. in ResolveState()
52 virtual bool cryptohome_complete() { return cryptohome_complete_; } in cryptohome_complete() function
60 virtual bool cryptohome_complete();
398 if (!current_state_->cryptohome_complete()) in ResolveState()410 DCHECK(current_state_->cryptohome_complete()); // Ensure invariant holds. in ResolveState()436 if (reauth_state_->cryptohome_complete()) { in ResolveReauthState()
111 bool AuthAttemptState::cryptohome_complete() { in cryptohome_complete() function in chromeos::AuthAttemptState