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

  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.h 15 class AuthAttemptState;
22 static CryptohomeOp* CreateMountAttempt(AuthAttemptState* current_attempt,
27 AuthAttemptState* current_attempt,
30 static CryptohomeOp* CreateMigrateAttempt(AuthAttemptState* current_attempt,
35 static CryptohomeOp* CreateRemoveAttempt(AuthAttemptState* current_attempt,
39 AuthAttemptState* current_attempt,
48 CryptohomeOp(AuthAttemptState* current_attempt,
55 AuthAttemptState* const attempt_;
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...]
online_attempt.h 27 class AuthAttemptState;
34 OnlineAttempt(AuthAttemptState* current_attempt,
60 AuthAttemptState* const attempt_;
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);
cryptohome_op.cc 17 CryptohomeOp::CryptohomeOp(AuthAttemptState* current_attempt,
42 MountAttempt(AuthAttemptState* current_attempt,
67 MountGuestAttempt(AuthAttemptState* current_attempt,
87 MigrateAttempt(AuthAttemptState* current_attempt,
123 RemoveAttempt(AuthAttemptState* current_attempt,
142 CheckKeyAttempt(AuthAttemptState* current_attempt,
161 AuthAttemptState* current_attempt,
169 AuthAttemptState* current_attempt,
176 AuthAttemptState* current_attempt,
185 AuthAttemptState* current_attempt
    [all...]
test_attempt_state.cc 20 : AuthAttemptState(username,
30 : AuthAttemptState(username, ascii_hash) {
test_attempt_state.h 17 class TestAttemptState : public AuthAttemptState {
parallel_authenticator.h 48 // these completes, it will store results in a AuthAttemptState owned by
244 scoped_ptr<AuthAttemptState> reauth_state_;
246 scoped_ptr<AuthAttemptState> current_state_;
online_attempt.cc 30 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt,
parallel_authenticator.cc 75 new AuthAttemptState(canonicalized,
101 new AuthAttemptState(Authenticator::Canonicalize(username),
118 current_state_.reset(new AuthAttemptState("", "", "", "", "", false));
252 new AuthAttemptState(Authenticator::Canonicalize(username),
  /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);
online_attempt.h 23 class AuthAttemptState;
29 OnlineAttempt(AuthAttemptState* current_attempt,
60 AuthAttemptState* const attempt_;
online_attempt_host.h 19 class AuthAttemptState;
57 scoped_ptr<AuthAttemptState> state_;
test_attempt_state.h 18 class TestAttemptState : public AuthAttemptState {
parallel_authenticator.cc 42 void TriggerResolve(AuthAttemptState* attempt,
52 void TriggerResolveHash(AuthAttemptState* attempt,
67 AuthAttemptState* attempt,
76 void Mount(AuthAttemptState* attempt,
103 void MountGuest(AuthAttemptState* attempt,
114 void MountPublic(AuthAttemptState* attempt,
133 void Migrate(AuthAttemptState* attempt,
167 void Remove(AuthAttemptState* attempt,
181 void CheckKey(AuthAttemptState* attempt,
214 new AuthAttemptState(
    [all...]
test_attempt_state.cc 18 : AuthAttemptState(credentials,
online_attempt_host.cc 36 new AuthAttemptState(
parallel_authenticator.h 35 // Resultes are stored in a AuthAttemptState owned by ParallelAuthenticator
221 scoped_ptr<AuthAttemptState> current_state_;
online_attempt.cc 34 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt,

Completed in 157 milliseconds