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