OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTokensFromAuthCode
(Results
1 - 11
of
11
) 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,
/external/chromium_org/google_apis/gaia/
gaia_oauth_client.h
39
// Invoked on a successful response to the
GetTokensFromAuthCode
request.
73
void
GetTokensFromAuthCode
(const OAuthClientInfo& oauth_client_info,
79
// |
GetTokensFromAuthCode
()|), fetch a fresh access token that can be used
gaia_oauth_client.cc
43
void
GetTokensFromAuthCode
(const OAuthClientInfo& oauth_client_info,
89
void GaiaOAuthClient::Core::
GetTokensFromAuthCode
(
301
void GaiaOAuthClient::
GetTokensFromAuthCode
(
306
return core_->
GetTokensFromAuthCode
(oauth_client_info,
gaia_oauth_client_unittest.cc
221
auth.
GetTokensFromAuthCode
(client_info_, "auth_code", 2, &delegate);
237
auth.
GetTokensFromAuthCode
(client_info_, "auth_code", -1, &delegate);
252
auth.
GetTokensFromAuthCode
(client_info_, "auth_code", -1, &delegate);
265
auth.
GetTokensFromAuthCode
(client_info_, "auth_code", -1, &delegate);
/external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.cc
66
oauth_client_->
GetTokensFromAuthCode
(oauth_client_info_,
143
oauth_client_->
GetTokensFromAuthCode
(oauth_client_info_,
/external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher.cc
217
gaia_oauth_client_->
GetTokensFromAuthCode
(client_info, auth_code, kNumRetries,
/external/chromium_org/remoting/host/setup/
host_starter.cc
71
oauth_client_->
GetTokensFromAuthCode
(oauth_client_info_, auth_code,
/external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc
220
gaia_oauth_client_->
GetTokensFromAuthCode
(client_info,
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.cc
285
gaia_->
GetTokensFromAuthCode
(oauth_client_info_, authorization_code,
Completed in 3927 milliseconds