OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthenticateToUnlock
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
authenticator.h
44
virtual void
AuthenticateToUnlock
(const UserContext& user_context) = 0;
mock_authenticator.h
35
virtual void
AuthenticateToUnlock
(const UserContext& user_context) OVERRIDE;
mock_authenticator.cc
37
void MockAuthenticator::
AuthenticateToUnlock
(
parallel_authenticator.h
113
virtual void
AuthenticateToUnlock
(const UserContext& user_context) OVERRIDE;
app_launch_signin_screen.cc
84
base::Bind(&Authenticator::
AuthenticateToUnlock
,
screen_locker.cc
284
base::Bind(&Authenticator::
AuthenticateToUnlock
,
parallel_authenticator.cc
260
void ParallelAuthenticator::
AuthenticateToUnlock
(
parallel_authenticator_unittest.cc
608
auth_->
AuthenticateToUnlock
(UserContext(username_,
/external/chromium/chrome/browser/chromeos/login/
authenticator.h
47
virtual bool
AuthenticateToUnlock
(const std::string& username,
parallel_authenticator.h
118
bool
AuthenticateToUnlock
(const std::string& username,
google_authenticator.h
65
bool
AuthenticateToUnlock
(const std::string& username,
mock_authenticator.h
55
virtual bool
AuthenticateToUnlock
(const std::string& username,
parallel_authenticator_unittest.cc
700
auth_->
AuthenticateToUnlock
(username_, "");
722
auth_->
AuthenticateToUnlock
(username_, "");
google_authenticator.cc
144
bool GoogleAuthenticator::
AuthenticateToUnlock
(const std::string& username,
parallel_authenticator.cc
98
bool ParallelAuthenticator::
AuthenticateToUnlock
(const std::string& username,
screen_locker.cc
[
all
...]
Completed in 126 milliseconds