Searched refs:oauth2_tokens (Results 1 – 5 of 5) sorted by relevance
36 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) OVERRIDE { in OnOAuth2TokensAvailable() argument46 token_service->UpdateCredentials(account_id_, oauth2_tokens.refresh_token); in OnOAuth2TokensAvailable()
72 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) { in OnClientOAuthSuccess() argument74 oauth2_refresh_token_ = oauth2_tokens.refresh_token; in OnClientOAuthSuccess()
246 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) { in OnOAuth2TokensAvailable() argument249 refresh_token_.assign(oauth2_tokens.refresh_token); in OnOAuth2TokensAvailable()250 oauthlogin_access_token_ = oauth2_tokens.access_token; in OnOAuth2TokensAvailable()
33 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) = 0;
165 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) OVERRIDE;