Searched defs:ThirdPartyClientAuthenticator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.cc21 ThirdPartyClientAuthenticator::ThirdPartyClientAuthenticator( function in class:remoting::protocol::ThirdPartyClientAuthenticator
27 ThirdPartyClientAuthenticator::~ThirdPartyClientAuthenticator() {
30 void ThirdPartyClientAuthenticator::ProcessTokenMessage(
50 &ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched,
54 void ThirdPartyClientAuthenticator::AddTokenElements(
65 void ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched(
H A Dthird_party_client_authenticator.h29 class ThirdPartyClientAuthenticator : public ThirdPartyAuthenticatorBase { class in namespace:remoting::protocol
59 explicit ThirdPartyClientAuthenticator(
61 virtual ~ThirdPartyClientAuthenticator();
78 DISALLOW_COPY_AND_ASSIGN(ThirdPartyClientAuthenticator);

Completed in 114 milliseconds