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

  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_token_fetcher.cc 66 auth_code_ = auth_code;
100 auth_code_.empty() ?
104 AsWeakPtr(), auth_code_),
oauth2_token_fetcher.h 65 std::string auth_code_; member in class:chromeos::OAuth2TokenFetcher
oauth2_login_manager.cc 69 auth_code_ = auth_code;
218 DCHECK(!auth_code_.empty());
222 oauth2_token_fetcher_->StartExchangeFromAuthCode(auth_code_);
oauth2_login_manager.h 222 std::string auth_code_; member in class:chromeos::OAuth2LoginManager

Completed in 70 milliseconds