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.cc45 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
156 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher = local
167 token_fetcher.Pass(),
191 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
195 token_fetcher.Pass(),
204 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
208 token_fetcher_(token_fetcher.Pass()),
189 CreateImpl( PrefService* prefs, scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, SupervisedUserSyncService* service, SupervisedUserSharedSettingsService* shared_settings_service) argument
202 SupervisedUserRegistrationUtilityImpl( PrefService* prefs, scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, SupervisedUserSyncService* service, SupervisedUserSharedSettingsService* shared_settings_service) argument

Completed in 232 milliseconds