HomeSort by relevance Sort by last modified time
    Searched defs:ParallelAuthenticator (Results 1 - 2 of 2) 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);

Completed in 35 milliseconds