OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EasyUnlockAuthAttempt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
easy_unlock_auth_attempt.cc
53
EasyUnlockAuthAttempt
::
EasyUnlockAuthAttempt
(Profile* profile,
62
EasyUnlockAuthAttempt
::~
EasyUnlockAuthAttempt
() {
67
bool
EasyUnlockAuthAttempt
::Start(const std::string& user_id) {
97
void
EasyUnlockAuthAttempt
::FinalizeUnlock(const std::string& user_id,
119
void
EasyUnlockAuthAttempt
::FinalizeSignin(const std::string& user_id,
154
void
EasyUnlockAuthAttempt
::Cancel(const std::string& user_id) {
easy_unlock_auth_attempt.h
19
// To cancel the in progress auth attempt, delete the |
EasyUnlockAuthAttempt
|
21
class
EasyUnlockAuthAttempt
{
29
EasyUnlockAuthAttempt
(Profile* profile,
32
~
EasyUnlockAuthAttempt
();
68
DISALLOW_COPY_AND_ASSIGN(
EasyUnlockAuthAttempt
);
Completed in 26 milliseconds