Searched defs:ExtendedAuthenticatorImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.h24 class CHROMEOS_EXPORT ExtendedAuthenticatorImpl : public ExtendedAuthenticator { class in namespace:chromeos
26 explicit ExtendedAuthenticatorImpl(NewAuthStatusConsumer* consumer);
27 explicit ExtendedAuthenticatorImpl(AuthStatusConsumer* consumer);
56 virtual ~ExtendedAuthenticatorImpl();
98 DISALLOW_COPY_AND_ASSIGN(ExtendedAuthenticatorImpl);
H A Dextended_authenticator_impl.cc44 ExtendedAuthenticatorImpl::ExtendedAuthenticatorImpl( function in class:chromeos::ExtendedAuthenticatorImpl
48 base::Bind(&ExtendedAuthenticatorImpl::OnSaltObtained, this));
51 ExtendedAuthenticatorImpl::ExtendedAuthenticatorImpl( function in class:chromeos::ExtendedAuthenticatorImpl
55 base::Bind(&ExtendedAuthenticatorImpl::OnSaltObtained, this));
58 void ExtendedAuthenticatorImpl::SetConsumer(AuthStatusConsumer* consumer) {
62 void ExtendedAuthenticatorImpl::AuthenticateToMount(
67 base::Bind(&ExtendedAuthenticatorImpl::DoAuthenticateToMount,
72 void ExtendedAuthenticatorImpl
[all...]

Completed in 137 milliseconds