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

  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.cc 84 ThirdPartyAuthenticatorBase::CreateChannelAuthenticator() const {
87 return underlying_->CreateChannelAuthenticator();
v2_authenticator_unittest.cc 62 client_auth_ = client_->CreateChannelAuthenticator();
63 host_auth_ = host_->CreateChannelAuthenticator();
authenticator.h 110 CreateChannelAuthenticator() const = 0;
negotiating_authenticator_base.h 69 CreateChannelAuthenticator() const OVERRIDE;
third_party_authenticator_base.h 44 CreateChannelAuthenticator() const OVERRIDE;
negotiating_authenticator_base.cc 100 NegotiatingAuthenticatorBase::CreateChannelAuthenticator() const {
102 return current_authenticator_->CreateChannelAuthenticator();
pairing_authenticator_base.cc 91 PairingAuthenticatorBase::CreateChannelAuthenticator() const {
92 return v2_authenticator_->CreateChannelAuthenticator();
fake_authenticator.h 71 CreateChannelAuthenticator() const OVERRIDE;
pairing_authenticator_base.h 51 CreateChannelAuthenticator() const OVERRIDE;
v2_authenticator.h 46 CreateChannelAuthenticator() const OVERRIDE;
me2me_host_authenticator_factory.cc 50 CreateChannelAuthenticator() const OVERRIDE {
negotiating_authenticator_unittest.cc 123 client_auth_ = client_->CreateChannelAuthenticator();
124 host_auth_ = host_->CreateChannelAuthenticator();
third_party_authenticator_unittest.cc 140 client_auth_ = client_->CreateChannelAuthenticator();
141 host_auth_ = host_->CreateChannelAuthenticator();
fake_authenticator.cc 149 FakeAuthenticator::CreateChannelAuthenticator() const {
v2_authenticator.cc 189 V2Authenticator::CreateChannelAuthenticator() const {
jingle_session.cc 249 authenticator_->CreateChannelAuthenticator();
264 authenticator_->CreateChannelAuthenticator();
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 32 CreateChannelAuthenticator() const OVERRIDE;
94 PamAuthorizer::CreateChannelAuthenticator() const {
95 return underlying_->CreateChannelAuthenticator();

Completed in 841 milliseconds