OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthAttemptState
(Results
1 - 10
of
10
) 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),
Completed in 1228 milliseconds