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

  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 40 restore_strategy_(RESTORE_FROM_COOKIE_JAR),
70 restore_strategy_ = restore_strategy;
80 if (restore_strategy_ == RESTORE_FROM_COOKIE_JAR ||
81 restore_strategy_ == RESTORE_FROM_AUTH_CODE) {
87 if (restore_strategy_ == RESTORE_FROM_PASSED_OAUTH2_REFRESH_TOKEN) {
89 restore_strategy_ = RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN;
94 DCHECK(restore_strategy_ == RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN);
220 if (restore_strategy_ == RESTORE_FROM_COOKIE_JAR) {
224 } else if (restore_strategy_ == RESTORE_FROM_AUTH_CODE) {
259 if (restore_strategy_ == RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN)
    [all...]
oauth2_login_manager.h 228 SessionRestoreStrategy restore_strategy_; member in class:chromeos::OAuth2LoginManager

Completed in 1089 milliseconds