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

  /external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.cc 26 scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
me2me_host_authenticator_factory.cc 118 scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator(
negotiating_host_authenticator.cc 128 CreateAuthenticator(MESSAGE_READY, base::Bind(
140 CreateAuthenticator(WAITING_MESSAGE, base::Bind(
155 void NegotiatingHostAuthenticator::CreateAuthenticator(
fake_authenticator.cc 186 scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
  /external/chromium_org/chrome/browser/chromeos/login/
test_login_utils.cc 39 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
fake_login_utils.cc 109 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
login_utils.cc 205 virtual scoped_refptr<Authenticator> CreateAuthenticator(
232 // Has to be scoped_refptr, see comment for CreateAuthenticator(...).
451 scoped_refptr<Authenticator> LoginUtilsImpl::CreateAuthenticator(
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 168 PamAuthorizationFactory::CreateAuthenticator(
173 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message));

Completed in 147 milliseconds