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

  /external/chromium_org/remoting/protocol/
third_party_host_authenticator.cc 19 ThirdPartyHostAuthenticator::ThirdPartyHostAuthenticator(
29 ThirdPartyHostAuthenticator::~ThirdPartyHostAuthenticator() {
32 void ThirdPartyHostAuthenticator::ProcessTokenMessage(
52 &ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated,
58 void ThirdPartyHostAuthenticator::AddTokenElements(
75 void ThirdPartyHostAuthenticator::OnThirdPartyTokenValidated(
third_party_host_authenticator.h 28 class ThirdPartyHostAuthenticator : public ThirdPartyAuthenticatorBase {
72 ThirdPartyHostAuthenticator(const std::string& local_cert,
75 virtual ~ThirdPartyHostAuthenticator();
93 DISALLOW_COPY_AND_ASSIGN(ThirdPartyHostAuthenticator);
me2me_host_authenticator_factory.h 43 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
70 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
negotiating_host_authenticator.h 46 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator);
72 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator_;
negotiating_host_authenticator.cc 55 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(
third_party_authenticator_unittest.cc 65 : public ThirdPartyHostAuthenticator::TokenValidator {
107 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator>
110 host_.reset(new ThirdPartyHostAuthenticator(
me2me_host_authenticator_factory.cc 89 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidatorFactory>
  /external/chromium_org/remoting/host/
token_validator_factory_impl.h 21 : public protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory {
35 virtual scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
token_validator_factory_impl.cc 37 public protocol::ThirdPartyHostAuthenticator::TokenValidator {
180 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
184 return scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>(
token_validator_factory_impl_unittest.cc 90 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidator>
remoting_me2me_host.cc 523 scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory>
    [all...]

Completed in 3936 milliseconds