OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_login_attempt_username_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
existing_user_controller.h
135
std::string
last_login_attempt_username_
;
member in class:chromeos::ExistingUserController
existing_user_controller.cc
166
if (
last_login_attempt_username_
!= username) {
167
last_login_attempt_username_
= username;
251
UserManager::Get()->IsKnownUser(
last_login_attempt_username_
);
/external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc
389
if (
last_login_attempt_username_
!= user_context.username) {
390
last_login_attempt_username_
= user_context.username;
403
UserManager::Get()->GetUserFlow(
last_login_attempt_username_
)->
691
if (UserManager::Get()->GetUserFlow(
last_login_attempt_username_
)->
713
UserManager::Get()->IsKnownUser(
last_login_attempt_username_
);
740
UserManager::Get()->ResetUserFlow(
last_login_attempt_username_
);
[
all
...]
existing_user_controller.h
239
std::string
last_login_attempt_username_
;
member in class:chromeos::ExistingUserController
Completed in 69 milliseconds