Searched refs:restore_strategy_ (Results 1 – 2 of 2) sorted by relevance
42 restore_strategy_(RESTORE_FROM_COOKIE_JAR), in OAuth2LoginManager()73 restore_strategy_ = restore_strategy; in RestoreSession()83 if (restore_strategy_ == RESTORE_FROM_COOKIE_JAR || in ContinueSessionRestore()84 restore_strategy_ == RESTORE_FROM_AUTH_CODE) { in ContinueSessionRestore()90 if (restore_strategy_ == RESTORE_FROM_PASSED_OAUTH2_REFRESH_TOKEN) { in ContinueSessionRestore()92 restore_strategy_ = RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN; in ContinueSessionRestore()97 DCHECK(restore_strategy_ == RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN); in ContinueSessionRestore()223 if (restore_strategy_ == RESTORE_FROM_COOKIE_JAR) { in FetchOAuth2Tokens()233 } else if (restore_strategy_ == RESTORE_FROM_AUTH_CODE) { in FetchOAuth2Tokens()268 if (restore_strategy_ == RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN) { in VerifySessionCookies()
228 SessionRestoreStrategy restore_strategy_; variable