OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore_strategy_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.cc
37
restore_strategy_
(RESTORE_FROM_COOKIE_JAR),
67
restore_strategy_
= restore_strategy;
76
if (
restore_strategy_
== RESTORE_FROM_COOKIE_JAR ||
77
restore_strategy_
== RESTORE_FROM_AUTH_CODE) {
83
if (
restore_strategy_
== RESTORE_FROM_PASSED_OAUTH2_REFRESH_TOKEN) {
85
restore_strategy_
= RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN;
90
DCHECK(
restore_strategy_
== RESTORE_FROM_SAVED_OAUTH2_REFRESH_TOKEN);
213
if (
restore_strategy_
== RESTORE_FROM_COOKIE_JAR) {
217
} else if (
restore_strategy_
== RESTORE_FROM_AUTH_CODE) {
oauth2_login_manager.h
211
SessionRestoreStrategy
restore_strategy_
;
member in class:chromeos::OAuth2LoginManager
Completed in 106 milliseconds