OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEED_OLD_PW
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.h
50
// GAIA online ok: CONTINUE > CONTINUE >
NEED_OLD_PW
52
// Old password failure:
NEED_OLD_PW
72
NEED_OLD_PW
= 10, // User changed pw, and we have the new one
parallel_authenticator.cc
525
case
NEED_OLD_PW
:
663
return
NEED_OLD_PW
;
727
return
NEED_OLD_PW
;
parallel_authenticator_unittest.cc
267
EXPECT_EQ(ParallelAuthenticator::
NEED_OLD_PW
,
/external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h
68
NEED_OLD_PW
, // User changed pw, and we have the new one.
parallel_authenticator.cc
313
case
NEED_OLD_PW
:
463
return
NEED_OLD_PW
;
522
return
NEED_OLD_PW
;
Completed in 2764 milliseconds