Searched refs:token_fetcher (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_registration_utility.cc | 48 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, 163 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher = in Create() local 175 token_fetcher.Pass(), in Create() 199 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, in CreateImpl() argument 203 token_fetcher.Pass(), in CreateImpl() 212 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher, in SupervisedUserRegistrationUtilityImpl() argument 216 token_fetcher_(token_fetcher.Pass()), in SupervisedUserRegistrationUtilityImpl()
|
D | supervised_user_registration_utility.h | 89 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
|
D | supervised_user_registration_utility_unittest.cc | 206 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher( in GetRegistrationUtility() local 210 token_fetcher.Pass(), in GetRegistrationUtility()
|
/external/chromium_org/remoting/protocol/ |
D | third_party_client_authenticator.cc | 22 scoped_ptr<TokenFetcher> token_fetcher) in ThirdPartyClientAuthenticator() argument 24 token_fetcher_(token_fetcher.Pass()) { in ThirdPartyClientAuthenticator()
|
D | third_party_authenticator_unittest.cc | 112 token_fetcher(new FakeTokenFetcher()); in InitAuthenticators() local 113 token_fetcher_ = static_cast<FakeTokenFetcher*>(token_fetcher.get()); in InitAuthenticators() 114 client_.reset(new ThirdPartyClientAuthenticator(token_fetcher.Pass())); in InitAuthenticators()
|
D | negotiating_client_authenticator.cc | 27 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher, in NegotiatingClientAuthenticator() argument 34 token_fetcher_(token_fetcher.Pass()), in NegotiatingClientAuthenticator()
|
D | third_party_client_authenticator.h | 60 scoped_ptr<TokenFetcher> token_fetcher);
|
/external/chromium_org/remoting/client/jni/ |
D | chromoting_jni_instance.cc | 70 token_fetcher(new TokenFetcherProxy( in ChromotingJniInstance() local 86 token_fetcher.Pass(), auth_methods)); in ChromotingJniInstance()
|
/external/chromium_org/remoting/client/plugin/ |
D | chromoting_instance.cc | 769 token_fetcher(new TokenFetcherProxy( in HandleConnect() local 776 fetch_secret_callback, token_fetcher.Pass(), auth_methods)); in HandleConnect()
|