HomeSort by relevance Sort by last modified time
    Searched full:oauth2_token_fetcher_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
inline_login_handler_chromeos.h 28 scoped_ptr<chromeos::OAuth2TokenFetcher> oauth2_token_fetcher_; member in class:chromeos::InlineLoginHandlerChromeOS
inline_login_handler_chromeos.cc 84 oauth2_token_fetcher_.reset(
90 oauth2_token_fetcher_->StartExchangeFromCookies(session_index,
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 122 oauth2_token_fetcher_.reset();
229 oauth2_token_fetcher_.reset(
231 oauth2_token_fetcher_->StartExchangeFromCookies(std::string(),
235 oauth2_token_fetcher_.reset(
238 oauth2_token_fetcher_->StartExchangeFromAuthCode(auth_code_);
284 oauth2_token_fetcher_.reset();
oauth2_login_manager.h 231 scoped_ptr<OAuth2TokenFetcher> oauth2_token_fetcher_; member in class:chromeos::OAuth2LoginManager

Completed in 394 milliseconds