Searched refs:token_fetcher (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.cc22 scoped_ptr<TokenFetcher> token_fetcher)
24 token_fetcher_(token_fetcher.Pass()) {
21 ThirdPartyClientAuthenticator( scoped_ptr<TokenFetcher> token_fetcher) argument
H A Dthird_party_client_authenticator.h58 // |host_public_key|. |token_fetcher| is used to get the authentication token.
60 scoped_ptr<TokenFetcher> token_fetcher);
H A Dnegotiating_client_authenticator.cc27 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher,
34 token_fetcher_(token_fetcher.Pass()),
22 NegotiatingClientAuthenticator( const std::string& client_pairing_id, const std::string& shared_secret, const std::string& authentication_tag, const FetchSecretCallback& fetch_secret_callback, scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher, const std::vector<AuthenticationMethod>& methods) argument
H A Dthird_party_authenticator_unittest.cc112 token_fetcher(new FakeTokenFetcher());
113 token_fetcher_ = static_cast<FakeTokenFetcher*>(token_fetcher.get());
114 client_.reset(new ThirdPartyClientAuthenticator(token_fetcher.Pass()));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility.cc48 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
163 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher = local
175 token_fetcher.Pass(),
199 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
203 token_fetcher.Pass(),
212 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
216 token_fetcher_(token_fetcher.Pass()),
197 CreateImpl( PrefService* prefs, scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, SupervisedUserSyncService* service, SupervisedUserSharedSettingsService* shared_settings_service) argument
210 SupervisedUserRegistrationUtilityImpl( PrefService* prefs, scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, SupervisedUserSyncService* service, SupervisedUserSharedSettingsService* shared_settings_service) argument
H A Dsupervised_user_registration_utility.h89 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
H A Dsupervised_user_registration_utility_unittest.cc206 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher(
210 token_fetcher.Pass(),
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc70 token_fetcher(new TokenFetcherProxy(
86 token_fetcher.Pass(), auth_methods));
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc769 token_fetcher(new TokenFetcherProxy(
776 fetch_secret_callback, token_fetcher.Pass(), auth_methods));

Completed in 146 milliseconds