Home
last modified time | relevance | path

Searched refs:ThirdPartyClientAuthenticator (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/remoting/protocol/
Dthird_party_client_authenticator.cc21 ThirdPartyClientAuthenticator::ThirdPartyClientAuthenticator( in ThirdPartyClientAuthenticator() function in remoting::protocol::ThirdPartyClientAuthenticator
27 ThirdPartyClientAuthenticator::~ThirdPartyClientAuthenticator() { in ~ThirdPartyClientAuthenticator()
30 void ThirdPartyClientAuthenticator::ProcessTokenMessage( in ProcessTokenMessage()
50 &ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched, in ProcessTokenMessage()
54 void ThirdPartyClientAuthenticator::AddTokenElements( in AddTokenElements()
65 void ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched( in OnThirdPartyTokenFetched()
Dthird_party_client_authenticator.h29 class ThirdPartyClientAuthenticator : public ThirdPartyAuthenticatorBase {
59 explicit ThirdPartyClientAuthenticator(
61 virtual ~ThirdPartyClientAuthenticator();
78 DISALLOW_COPY_AND_ASSIGN(ThirdPartyClientAuthenticator);
Dnegotiating_client_authenticator.h32 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher_,
80 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher_;
Dthird_party_authenticator_unittest.cc41 class FakeTokenFetcher : public ThirdPartyClientAuthenticator::TokenFetcher {
111 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> in InitAuthenticators()
114 client_.reset(new ThirdPartyClientAuthenticator(token_fetcher.Pass())); in InitAuthenticators()
Dnegotiating_client_authenticator.cc27 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher, in NegotiatingClientAuthenticator()
122 current_authenticator_.reset(new ThirdPartyClientAuthenticator( in CreateAuthenticatorForCurrentMethod()
Dnegotiating_authenticator_unittest.cc82 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>(), methods); in InitAuthenticators()
/external/chromium_org/remoting/client/
Dtoken_fetcher_proxy.h15 : public protocol::ThirdPartyClientAuthenticator::TokenFetcher {
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc323 scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>(), in StartClientAfterHost()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.cc69 scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher> in ChromotingJniInstance()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc768 scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher> in HandleConnect()