HomeSort by relevance Sort by last modified time
    Searched refs:ExtendedAuthenticatorImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/login/auth/
extended_authenticator.cc 14 return make_scoped_refptr(new ExtendedAuthenticatorImpl(consumer));
20 return make_scoped_refptr(new ExtendedAuthenticatorImpl(consumer));
extended_authenticator_impl.cc 44 ExtendedAuthenticatorImpl::ExtendedAuthenticatorImpl(
48 base::Bind(&ExtendedAuthenticatorImpl::OnSaltObtained, this));
51 ExtendedAuthenticatorImpl::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::AuthenticateToCheck
    [all...]
extended_authenticator_impl.h 24 class CHROMEOS_EXPORT ExtendedAuthenticatorImpl : public ExtendedAuthenticator {
26 explicit ExtendedAuthenticatorImpl(NewAuthStatusConsumer* consumer);
27 explicit ExtendedAuthenticatorImpl(AuthStatusConsumer* consumer);
56 virtual ~ExtendedAuthenticatorImpl();
98 DISALLOW_COPY_AND_ASSIGN(ExtendedAuthenticatorImpl);

Completed in 129 milliseconds