Searched refs:restore_strategy_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc42 restore_strategy_(RESTORE_FROM_COOKIE_JAR),
73 restore_strategy_ = restore_strategy;
83 if (restore_strategy_ == RESTORE_FROM_COOKIE_JAR ||
84 restore_strategy_ == RESTORE_FROM_AUTH_CODE) {
90 if (restore_strategy_ == RESTORE_FROM_PASSED_OAUTH2_REFRESH_TOKEN) {
92 restore_strategy_ = RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN;
97 DCHECK(restore_strategy_ == RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN);
223 if (restore_strategy_ == RESTORE_FROM_COOKIE_JAR) {
233 } else if (restore_strategy_ == RESTORE_FROM_AUTH_CODE) {
268 if (restore_strategy_
[all...]
H A Doauth2_login_manager.h228 SessionRestoreStrategy restore_strategy_; member in class:chromeos::OAuth2LoginManager

Completed in 2417 milliseconds