HomeSort by relevance Sort by last modified time
    Searched defs:ThirdPartyHostAuthenticator (Results 1 - 2 of 2) 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);

Completed in 77 milliseconds