HomeSort by relevance Sort by last modified time
    Searched refs:token_fetcher (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.cc 22 scoped_ptr<TokenFetcher> token_fetcher)
24 token_fetcher_(token_fetcher.Pass()) {
third_party_client_authenticator.h 58 // |host_public_key|. |token_fetcher| is used to get the authentication token.
60 scoped_ptr<TokenFetcher> token_fetcher);
negotiating_client_authenticator.cc 27 scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher,
34 token_fetcher_(token_fetcher.Pass()),
third_party_authenticator_unittest.cc 112 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/
supervised_user_registration_utility.h 89 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher,
supervised_user_registration_utility.cc 48 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()),
supervised_user_registration_utility_unittest.cc 206 scoped_ptr<SupervisedUserRefreshTokenFetcher> token_fetcher(
210 token_fetcher.Pass(),
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 70 token_fetcher(new TokenFetcherProxy(
86 token_fetcher.Pass(), auth_methods));
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 769 token_fetcher(new TokenFetcherProxy(
776 fetch_secret_callback, token_fetcher.Pass(), auth_methods));
    [all...]

Completed in 130 milliseconds