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

  /external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.cc 16 AuthAttemptState::AuthAttemptState(const std::string& username,
37 AuthAttemptState::AuthAttemptState(const std::string& username,
52 AuthAttemptState::~AuthAttemptState() {}
54 void AuthAttemptState::RecordOnlineLoginStatus(
66 void AuthAttemptState::DisableHosted() {
71 void AuthAttemptState::RecordCryptohomeStatus(bool cryptohome_outcome,
79 void AuthAttemptState::ResetCryptohomeStatus()
    [all...]
auth_attempt_state.h 20 class AuthAttemptState {
23 AuthAttemptState(const std::string& username,
31 AuthAttemptState(const std::string& username, const std::string& ascii_hash);
33 virtual ~AuthAttemptState();
95 DISALLOW_COPY_AND_ASSIGN(AuthAttemptState);
  /external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state.cc 17 AuthAttemptState::AuthAttemptState(const UserContext& user_context,
38 AuthAttemptState::AuthAttemptState(const std::string& username,
53 AuthAttemptState::AuthAttemptState(const UserContext& user_context,
68 AuthAttemptState::~AuthAttemptState() {}
70 void AuthAttemptState::RecordOnlineLoginStatus(
80 void AuthAttemptState::DisableHosted()
    [all...]
auth_attempt_state.h 21 class AuthAttemptState {
24 AuthAttemptState(const UserContext& user_context,
31 AuthAttemptState(const UserContext& user_context,
35 AuthAttemptState(const std::string& username, const std::string& password);
37 virtual ~AuthAttemptState();
120 DISALLOW_COPY_AND_ASSIGN(AuthAttemptState);

Completed in 657 milliseconds