Searched defs:ParallelAuthenticator (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dparallel_authenticator.cc46 const char ParallelAuthenticator::kLocalaccountFile[] = "localaccount";
49 const int ParallelAuthenticator::kClientLoginTimeoutMs = 10000;
51 const int ParallelAuthenticator::kLocalaccountRetryIntervalMs = 20;
55 ParallelAuthenticator::ParallelAuthenticator(LoginStatusConsumer* consumer) function in class:chromeos::ParallelAuthenticator
65 ParallelAuthenticator::~ParallelAuthenticator() {}
67 bool ParallelAuthenticator::AuthenticateToLogin(
93 &ParallelAuthenticator::LoadLocalaccount,
98 bool ParallelAuthenticator
[all...]
H A Dparallel_authenticator.h37 class ParallelAuthenticator;
49 // ParallelAuthenticator and then call Resolve(). Resolve() will attempt to
55 class ParallelAuthenticator : public Authenticator, class in namespace:chromeos
78 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
79 virtual ~ParallelAuthenticator();
276 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dparallel_authenticator.cc43 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(LoginStatusConsume function in class:chromeos::ParallelAuthenticator
[all...]
H A Dparallel_authenticator.h36 // Resultes are stored in a AuthAttemptState owned by ParallelAuthenticator
55 // TODO(nkostylev): Rename ParallelAuthenticator since it is not doing
57 class ParallelAuthenticator : public Authenticator, class in namespace:chromeos
89 explicit ParallelAuthenticator(LoginStatusConsumer* consumer);
154 virtual ~ParallelAuthenticator();
240 DISALLOW_COPY_AND_ASSIGN(ParallelAuthenticator);

Completed in 85 milliseconds