/external/chromium_org/remoting/host/ |
D | pam_authorization_factory_posix.cc | 32 CreateChannelAuthenticator() const OVERRIDE; 94 PamAuthorizer::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::PamAuthorizer 95 return underlying_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
|
/external/chromium_org/remoting/protocol/ |
D | third_party_authenticator_base.cc | 84 ThirdPartyAuthenticatorBase::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::ThirdPartyAuthenticatorBase 87 return underlying_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
|
D | negotiating_authenticator_base.cc | 100 NegotiatingAuthenticatorBase::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::NegotiatingAuthenticatorBase 102 return current_authenticator_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
|
D | v2_authenticator_unittest.cc | 69 client_auth_ = client_->CreateChannelAuthenticator(); in TEST_F() 70 host_auth_ = host_->CreateChannelAuthenticator(); in TEST_F()
|
D | pairing_authenticator_base.cc | 91 PairingAuthenticatorBase::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::PairingAuthenticatorBase 92 return v2_authenticator_->CreateChannelAuthenticator(); in CreateChannelAuthenticator()
|
D | third_party_authenticator_unittest.cc | 147 client_auth_ = client_->CreateChannelAuthenticator(); in TEST_F() 148 host_auth_ = host_->CreateChannelAuthenticator(); in TEST_F()
|
D | negotiating_authenticator_base.h | 69 CreateChannelAuthenticator() const OVERRIDE;
|
D | authenticator.h | 110 CreateChannelAuthenticator() const = 0;
|
D | third_party_authenticator_base.h | 44 CreateChannelAuthenticator() const OVERRIDE;
|
D | pairing_authenticator_base.h | 51 CreateChannelAuthenticator() const OVERRIDE;
|
D | v2_authenticator.h | 46 CreateChannelAuthenticator() const OVERRIDE;
|
D | negotiating_authenticator_unittest.cc | 123 client_auth_ = client_->CreateChannelAuthenticator(); in VerifyAccepted() 124 host_auth_ = host_->CreateChannelAuthenticator(); in VerifyAccepted()
|
D | fake_authenticator.h | 71 CreateChannelAuthenticator() const OVERRIDE;
|
D | me2me_host_authenticator_factory.cc | 50 CreateChannelAuthenticator() const OVERRIDE { in CreateChannelAuthenticator() function in remoting::protocol::__anondd4c0d220111::RejectingAuthenticator
|
D | fake_authenticator.cc | 149 FakeAuthenticator::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::FakeAuthenticator
|
D | v2_authenticator.cc | 184 V2Authenticator::CreateChannelAuthenticator() const { in CreateChannelAuthenticator() function in remoting::protocol::V2Authenticator
|
D | jingle_session.cc | 249 authenticator_->CreateChannelAuthenticator(); in CreateStreamChannel() 264 authenticator_->CreateChannelAuthenticator(); in CreateDatagramChannel()
|