OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_attempt_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
easy_unlock_service.cc
339
auth_attempt_
.reset();
344
auth_attempt_
.reset(new EasyUnlockAuthAttempt(
349
if (!
auth_attempt_
->Start(user_id))
350
auth_attempt_
.reset();
354
if (
auth_attempt_
)
355
auth_attempt_
->FinalizeUnlock(GetUserEmail(), success);
356
auth_attempt_
.reset();
360
if (!
auth_attempt_
)
364
auth_attempt_
->FinalizeSignin(GetUserEmail(), wrapped_secret, key);
365
auth_attempt_
.reset()
[
all
...]
easy_unlock_service.h
262
scoped_ptr<EasyUnlockAuthAttempt>
auth_attempt_
;
member in class:EasyUnlockService
Completed in 190 milliseconds