Searched defs:oauth2_tokens (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.cc72 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) {
74 oauth2_refresh_token_ = oauth2_tokens.refresh_token;
71 OnClientOAuthSuccess( const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) argument
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc246 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) {
249 refresh_token_.assign(oauth2_tokens.refresh_token);
250 oauthlogin_access_token_ = oauth2_tokens.access_token;
245 OnOAuth2TokensAvailable( const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) argument

Completed in 473 milliseconds