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,
65 scoped_refptr<ParallelAuthenticator> resolver,
74 scoped_refptr<ParallelAuthenticator> resolver,
99 scoped_refptr<ParallelAuthenticator> resolver) {
110 scoped_refptr<ParallelAuthenticator> resolver,
141 scoped_refptr<ParallelAuthenticator> resolver) {
155 scoped_refptr<ParallelAuthenticator> resolver) {
184 ParallelAuthenticator::ParallelAuthenticator(LoginStatusConsumer* consumer
    [all...]
parallel_authenticator.h 36 // Resultes are stored in a AuthAttemptState owned by ParallelAuthenticator
55 // TODO(nkostylev): Rename ParallelAuthenticator since it is not doing
57 class ParallelAuthenticator : public Authenticator,
89 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
154 virtual ~ParallelAuthenticator();
240 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);

Completed in 104 milliseconds