Searched refs:GetTokenInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.h53 // Invoked on a successful response to the GetTokenInfo request.
127 void GetTokenInfo(const std::string& oauth_access_token,
H A Dgaia_oauth_client.cc62 void GetTokenInfo(const std::string& oauth_access_token,
192 void GaiaOAuthClient::Core::GetTokenInfo(const std::string& oauth_access_token, function in class:gaia::GaiaOAuthClient::Core
396 void GaiaOAuthClient::GetTokenInfo(const std::string& access_token, function in class:gaia::GaiaOAuthClient
399 return core_->GetTokenInfo(access_token, max_retries, delegate);
H A Dgaia_oauth_client_unittest.cc374 TEST_F(GaiaOAuthClientTest, GetTokenInfo) {
385 auth.GetTokenInfo("access_token", 1, &delegate);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc115 gaia_oauth_client_->GetTokenInfo(

Completed in 122 milliseconds