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

  /external/chromium_org/google_apis/gaia/
gaia_oauth_client_unittest.cc 163 client_info_.client_id = "test_client_id";
164 client_info_.client_secret = "test_client_secret";
165 client_info_.redirect_uri = "test_redirect_uri";
179 OAuthClientInfo client_info_; member in class:gaia::GaiaOAuthClientTest
226 auth.GetTokensFromAuthCode(client_info_, "auth_code", 2, &delegate);
242 auth.GetTokensFromAuthCode(client_info_, "auth_code", -1, &delegate);
257 auth.GetTokensFromAuthCode(client_info_, "auth_code", -1, &delegate);
270 auth.GetTokensFromAuthCode(client_info_, "auth_code", -1, &delegate);
283 auth.RefreshToken(client_info_, "refresh_token", std::vector<std::string>(),
300 auth.RefreshToken(client_info_, "refresh_token"
    [all...]
  /external/chromium_org/components/invalidation/
invalidation_notifier.cc 30 client_info_(client_info),
67 invalidator_client_id_, client_info_, invalidation_bootstrap_data_, local
invalidation_notifier.h 92 const std::string client_info_; member in class:syncer::InvalidationNotifier

Completed in 325 milliseconds