HomeSort by relevance Sort by last modified time
    Searched defs:oauth2_tokens (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.cc 69 GaiaAuthConsumer::ClientOAuthResult oauth2_tokens; local
70 oauth2_tokens.refresh_token = refresh_token_;
71 StoreOAuth2Tokens(oauth2_tokens);
98 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) {
100 token_service->UpdateCredentialsWithOAuth2(oauth2_tokens);
132 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens) {
134 StoreOAuth2Tokens(oauth2_tokens);
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h 53 const GaiaAuthConsumer::ClientOAuthResult& oauth2_tokens() const { function in class:policy::PolicyOAuth2TokenFetcher

Completed in 52 milliseconds