Home
last modified time | relevance | path

Searched refs:oauth2_tokens (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dinline_login_handler_chromeos.cc36 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) OVERRIDE { in OnOAuth2TokensAvailable() argument
46 token_service->UpdateCredentials(account_id_, oauth2_tokens.refresh_token); in OnOAuth2TokensAvailable()
/external/chromium_org/chrome/browser/chromeos/policy/
Dpolicy_oauth2_token_fetcher.cc72 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) { in OnClientOAuthSuccess() argument
74 oauth2_refresh_token_ = oauth2_tokens.refresh_token; in OnClientOAuthSuccess()
/external/chromium_org/chrome/browser/chromeos/login/signin/
Doauth2_login_manager.cc246 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) { in OnOAuth2TokensAvailable() argument
249 refresh_token_.assign(oauth2_tokens.refresh_token); in OnOAuth2TokensAvailable()
250 oauthlogin_access_token_ = oauth2_tokens.access_token; in OnOAuth2TokensAvailable()
Doauth2_token_fetcher.h33 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) = 0;
Doauth2_login_manager.h165 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) OVERRIDE;