HomeSort by relevance Sort by last modified time
    Searched refs:CreateAuthenticator (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 69 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) = 0;
mock_authenticator.h 131 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) {
login_performer.cc 284 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
468 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
login_utils.cc 130 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer);
517 Authenticator* LoginUtilsImpl::CreateAuthenticator(
screen_locker.cc 722 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 148 milliseconds