Searched refs:ThirdPartyHostAuthenticator (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dthird_party_host_authenticator.cc19 ThirdPartyHostAuthenticator::ThirdPartyHostAuthenticator( function in class:remoting::protocol::ThirdPartyHostAuthenticator
29 ThirdPartyHostAuthenticator::~ThirdPartyHostAuthenticator() {
32 void ThirdPartyHostAuthenticator::ProcessTokenMessage(
52 &ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated,
58 void ThirdPartyHostAuthenticator::AddTokenElements(
75 void ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated(
H A Dthird_party_host_authenticator.h28 class ThirdPartyHostAuthenticator : public ThirdPartyAuthenticatorBase { class in namespace:remoting::protocol
72 ThirdPartyHostAuthenticator(const std::string& local_cert,
75 virtual ~ThirdPartyHostAuthenticator();
93 DISALLOW_COPY_AND_ASSIGN(ThirdPartyHostAuthenticator);
H A Dme2me_host_authenticator_factory.h43 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
70 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
H A Dnegotiating_host_authenticator.h46 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator);
72 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator_;
H A Dnegotiating_host_authenticator.cc55 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator) {
160 // |ThirdPartyHostAuthenticator| takes ownership of |token_validator_|.
162 // one |ThirdPartyHostAuthenticator| will need to be created per session.
164 current_authenticator_.reset(new ThirdPartyHostAuthenticator(
H A Dthird_party_authenticator_unittest.cc65 : public ThirdPartyHostAuthenticator::TokenValidator {
107 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator>
110 host_.reset(new ThirdPartyHostAuthenticator(
H A Dme2me_host_authenticator_factory.cc89 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.h21 : public protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory {
35 virtual scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
H A Dtoken_validator_factory_impl.cc37 public protocol::ThirdPartyHostAuthenticator::TokenValidator {
180 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
184 return scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>(
H A Dtoken_validator_factory_impl_unittest.cc90 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
H A Dremoting_me2me_host.cc523 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory>

Completed in 735 milliseconds