HomeSort by relevance Sort by last modified time
    Searched defs:ThirdPartyClientAuthenticator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.cc 21 ThirdPartyClientAuthenticator::ThirdPartyClientAuthenticator(
27 ThirdPartyClientAuthenticator::~ThirdPartyClientAuthenticator() {
30 void ThirdPartyClientAuthenticator::ProcessTokenMessage(
50 &ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched,
54 void ThirdPartyClientAuthenticator::AddTokenElements(
65 void ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched(
third_party_client_authenticator.h 29 class ThirdPartyClientAuthenticator : public ThirdPartyAuthenticatorBase {
59 explicit ThirdPartyClientAuthenticator(
61 virtual ~ThirdPartyClientAuthenticator();
78 DISALLOW_COPY_AND_ASSIGN(ThirdPartyClientAuthenticator);

Completed in 43 milliseconds