Searched refs:oauth_fetcher_ (Results 1 – 2 of 2) sorted by relevance
188 oauth_fetcher_.reset( in FetchOAuthToken()194 oauth_fetcher_->Start(); in FetchOAuthToken()202 if (oauth_fetcher_) { in ResetAuth()203 if (!oauth_fetcher_->oauth2_access_token().empty()) in ResetAuth()204 (new TokenRevoker())->Start(oauth_fetcher_->oauth2_access_token()); in ResetAuth()206 if (!oauth_fetcher_->oauth2_refresh_token().empty()) in ResetAuth()207 (new TokenRevoker())->Start(oauth_fetcher_->oauth2_refresh_token()); in ResetAuth()
134 scoped_ptr<policy::PolicyOAuth2TokenFetcher> oauth_fetcher_; variable