HomeSort by relevance Sort by last modified time
    Searched refs:AuthAttemptState (Results 1 - 21 of 21) 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,
39 AuthAttemptState::AuthAttemptState(const std::string& username,
55 AuthAttemptState::AuthAttemptState(const UserContext& user_context,
72 AuthAttemptState::~AuthAttemptState() {}
74 void AuthAttemptState::RecordOnlineLoginStatus(
84 void AuthAttemptState::DisableHosted()
    [all...]
auth_attempt_state.h 21 class AuthAttemptState {
24 AuthAttemptState(const UserContext& user_context,
32 AuthAttemptState(const UserContext& user_context,
37 AuthAttemptState(const std::string& username, const std::string& ascii_hash);
39 virtual ~AuthAttemptState();
115 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.cc 19 : AuthAttemptState(credentials,
29 : AuthAttemptState(username, ascii_hash) {
test_attempt_state.h 18 class TestAttemptState : public AuthAttemptState {
parallel_authenticator.cc 42 void TriggerResolve(AuthAttemptState* attempt,
52 void TriggerResolveHash(AuthAttemptState* attempt,
64 AuthAttemptState* attempt,
73 void Mount(AuthAttemptState* attempt,
98 void MountGuest(AuthAttemptState* attempt,
109 void Migrate(AuthAttemptState* attempt,
140 void Remove(AuthAttemptState* attempt,
154 void CheckKey(AuthAttemptState* attempt,
202 new AuthAttemptState(
235 new AuthAttemptState(
    [all...]
online_attempt_host.cc 36 new AuthAttemptState(
parallel_authenticator.h 36 // Resultes are stored in a AuthAttemptState owned by ParallelAuthenticator
218 scoped_ptr<AuthAttemptState> current_state_;
online_attempt.cc 34 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt,
parallel_authenticator_unittest.cc 47 TestOnlineAttempt(AuthAttemptState* state,

Completed in 369 milliseconds