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

  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc 47 const char GoogleAuthenticator::kLocalaccountFile[] = "localaccount";
50 const int GoogleAuthenticator::kClientLoginTimeoutMs = 10000;
52 const int GoogleAuthenticator::kLocalaccountRetryIntervalMs = 20;
56 GoogleAuthenticator::GoogleAuthenticator(LoginStatusConsumer* consumer)
69 GoogleAuthenticator::~GoogleAuthenticator() {}
71 void GoogleAuthenticator::CancelClientLogin() {
79 &GoogleAuthenticator::LoadLocalaccount,
86 void GoogleAuthenticator::TryClientLogin()
    [all...]
google_authenticator.h 37 class GoogleAuthenticator : public Authenticator, public GaiaAuthConsumer {
39 explicit GoogleAuthenticator(LoginStatusConsumer* consumer);
40 virtual ~GoogleAuthenticator();
232 DISALLOW_COPY_AND_ASSIGN(GoogleAuthenticator);

Completed in 28 milliseconds