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

  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 35 // Invoked on a successful response to the GetTokensFromAuthCode request.
57 void GetTokensFromAuthCode(const OAuthClientInfo& oauth_client_info,
gaia_oauth_client_unittest.cc 164 auth.GetTokensFromAuthCode(client_info, "auth_code", 2, &delegate);
188 auth.GetTokensFromAuthCode(client_info, "auth_code", -1, &delegate);
211 auth.GetTokensFromAuthCode(client_info, "auth_code", -1, &delegate);
232 auth.GetTokensFromAuthCode(client_info, "auth_code", -1, &delegate);
252 auth.GetTokensFromAuthCode(client_info, "auth_code", -1, &delegate);
gaia_oauth_client.cc 37 void GetTokensFromAuthCode(const OAuthClientInfo& oauth_client_info,
73 void GaiaOAuthClient::Core::GetTokensFromAuthCode(
197 void GaiaOAuthClient::GetTokensFromAuthCode(
202 return core_->GetTokensFromAuthCode(oauth_client_info,

Completed in 339 milliseconds