Searched defs:token_fetcher (Results 1 - 3 of 3) 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 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
/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

Completed in 489 milliseconds