Home
last modified time | relevance | path

Searched refs:AuthAttemptStateResolver (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chromeos/login/auth/
Dauth_attempt_state_resolver.cc9 AuthAttemptStateResolver::AuthAttemptStateResolver() { in AuthAttemptStateResolver() function in chromeos::AuthAttemptStateResolver
12 AuthAttemptStateResolver::~AuthAttemptStateResolver() { in ~AuthAttemptStateResolver()
Dauth_attempt_state_resolver.h12 class CHROMEOS_EXPORT AuthAttemptStateResolver {
14 AuthAttemptStateResolver();
15 virtual ~AuthAttemptStateResolver();
Donline_attempt.h28 class AuthAttemptStateResolver; variable
33 AuthAttemptStateResolver* callback);
66 AuthAttemptStateResolver* const resolver_;
Dmock_auth_attempt_state_resolver.h16 : public AuthAttemptStateResolver {
Donline_attempt_host.h28 class CHROMEOS_EXPORT OnlineAttemptHost : public AuthAttemptStateResolver {
Donline_attempt.cc33 AuthAttemptStateResolver* callback) in OnlineAttempt()
Dcryptohome_authenticator.h57 public AuthAttemptStateResolver {