ThirdPartyClientAuthenticator   59 remoting/client/client_user_interface.h   virtual scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
ThirdPartyClientAuthenticator  272 remoting/client/jni/chromoting_jni_instance.cc scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
ThirdPartyClientAuthenticator  275 remoting/client/jni/chromoting_jni_instance.cc   return scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>();
ThirdPartyClientAuthenticator   96 remoting/client/jni/chromoting_jni_instance.h   virtual scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
ThirdPartyClientAuthenticator  507 remoting/client/plugin/chromoting_instance.cc scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
ThirdPartyClientAuthenticator  509 remoting/client/plugin/chromoting_instance.cc   return scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>(
ThirdPartyClientAuthenticator  131 remoting/client/plugin/chromoting_instance.h   virtual scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
ThirdPartyClientAuthenticator   17 remoting/client/plugin/pepper_token_fetcher.h     : public protocol::ThirdPartyClientAuthenticator::TokenFetcher {
ThirdPartyClientAuthenticator   82 remoting/protocol/negotiating_authenticator_unittest.cc         scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>(), methods);
ThirdPartyClientAuthenticator   27 remoting/protocol/negotiating_client_authenticator.cc     scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher,
ThirdPartyClientAuthenticator  122 remoting/protocol/negotiating_client_authenticator.cc     current_authenticator_.reset(new ThirdPartyClientAuthenticator(
ThirdPartyClientAuthenticator   32 remoting/protocol/negotiating_client_authenticator.h       scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher_,
ThirdPartyClientAuthenticator   80 remoting/protocol/negotiating_client_authenticator.h   scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher_;
ThirdPartyClientAuthenticator   41 remoting/protocol/third_party_authenticator_unittest.cc   class FakeTokenFetcher : public ThirdPartyClientAuthenticator::TokenFetcher {
ThirdPartyClientAuthenticator  111 remoting/protocol/third_party_authenticator_unittest.cc     scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>
ThirdPartyClientAuthenticator  114 remoting/protocol/third_party_authenticator_unittest.cc     client_.reset(new ThirdPartyClientAuthenticator(token_fetcher.Pass()));
ThirdPartyClientAuthenticator   21 remoting/protocol/third_party_client_authenticator.cc ThirdPartyClientAuthenticator::ThirdPartyClientAuthenticator(
ThirdPartyClientAuthenticator   27 remoting/protocol/third_party_client_authenticator.cc ThirdPartyClientAuthenticator::~ThirdPartyClientAuthenticator() {
ThirdPartyClientAuthenticator   30 remoting/protocol/third_party_client_authenticator.cc void ThirdPartyClientAuthenticator::ProcessTokenMessage(
ThirdPartyClientAuthenticator   50 remoting/protocol/third_party_client_authenticator.cc           &ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched,
ThirdPartyClientAuthenticator   54 remoting/protocol/third_party_client_authenticator.cc void ThirdPartyClientAuthenticator::AddTokenElements(
ThirdPartyClientAuthenticator   65 remoting/protocol/third_party_client_authenticator.cc void ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched(
ThirdPartyClientAuthenticator   29 remoting/protocol/third_party_client_authenticator.h class ThirdPartyClientAuthenticator : public ThirdPartyAuthenticatorBase {
ThirdPartyClientAuthenticator   59 remoting/protocol/third_party_client_authenticator.h   explicit ThirdPartyClientAuthenticator(
ThirdPartyClientAuthenticator   61 remoting/protocol/third_party_client_authenticator.h   virtual ~ThirdPartyClientAuthenticator();
ThirdPartyClientAuthenticator   78 remoting/protocol/third_party_client_authenticator.h   DISALLOW_COPY_AND_ASSIGN(ThirdPartyClientAuthenticator);