HomeSort by relevance Sort by last modified time
    Searched defs:AuthAttemptState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/login/auth/
auth_attempt_state.cc 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()
    [all...]
auth_attempt_state.h 22 class CHROMEOS_EXPORT AuthAttemptState {
25 AuthAttemptState(const UserContext& user_context,
31 virtual ~AuthAttemptState();
113 DISALLOW_COPY_AND_ASSIGN(AuthAttemptState);

Completed in 2042 milliseconds