HomeSort by relevance Sort by last modified time
    Searched defs:ParallelAuthenticator (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.cc 46 const char ParallelAuthenticator::kLocalaccountFile[] = "localaccount";
49 const int ParallelAuthenticator::kClientLoginTimeoutMs = 10000;
51 const int ParallelAuthenticator::kLocalaccountRetryIntervalMs = 20;
55 ParallelAuthenticator::ParallelAuthenticator(LoginStatusConsumer* consumer)
65 ParallelAuthenticator::~ParallelAuthenticator() {}
67 bool ParallelAuthenticator::AuthenticateToLogin(
93 &ParallelAuthenticator::LoadLocalaccount,
98 bool ParallelAuthenticator::AuthenticateToUnlock(const std::string& username
    [all...]
parallel_authenticator.h 37 class ParallelAuthenticator;
49 // ParallelAuthenticator and then call Resolve(). Resolve() will attempt to
55 class ParallelAuthenticator : public Authenticator,
78 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
79 virtual ~ParallelAuthenticator();
276 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc 43 scoped_refptr<ParallelAuthenticator> resolver,
53 scoped_refptr<ParallelAuthenticator> resolver,
68 scoped_refptr<ParallelAuthenticator> resolver,
77 scoped_refptr<ParallelAuthenticator> resolver,
88 ParallelAuthenticator::HashPassword(attempt->user_context.password,
104 scoped_refptr<ParallelAuthenticator> resolver) {
115 scoped_refptr<ParallelAuthenticator> resolver,
134 scoped_refptr<ParallelAuthenticator> resolver,
146 ParallelAuthenticator::HashPassword(old_password, system_salt),
147 ParallelAuthenticator::HashPassword(attempt->user_context.password
    [all...]
parallel_authenticator.h 35 // Resultes are stored in a AuthAttemptState owned by ParallelAuthenticator
54 // TODO(nkostylev): Rename ParallelAuthenticator since it is not doing
56 class ParallelAuthenticator : public Authenticator,
92 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
165 virtual ~ParallelAuthenticator();
247 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);

Completed in 193 milliseconds