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 42 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_ == RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN)
    [all...]
oauth2_login_manager.h 228 SessionRestoreStrategy restore_strategy_; member in class:chromeos::OAuth2LoginManager

Completed in 43 milliseconds