OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TWO_FACTOR
(Results
1 - 25
of
25
) sorted by null
/external/chromium/chrome/common/net/gaia/
google_service_auth_error.h
70
TWO_FACTOR
= 8,
google_service_auth_error.cc
78
STATE_CASE(
TWO_FACTOR
);
gaia_auth_fetcher.cc
328
return GoogleServiceAuthError(GoogleServiceAuthError::
TWO_FACTOR
);
gaia_auth_fetcher_unittest.cc
298
GoogleServiceAuthError(GoogleServiceAuthError::
TWO_FACTOR
);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java
47
TWO_FACTOR
(8, R.string.sync_error_generic),
/external/chromium_org/google_apis/gaia/
google_service_auth_error.cc
144
case
TWO_FACTOR
:
170
STATE_CASE(
TWO_FACTOR
);
195
} else if (state_ ==
TWO_FACTOR
) {
197
value->Set("
two_factor
", two_factor_value);
225
case
TWO_FACTOR
:
google_service_auth_error.h
71
TWO_FACTOR
= 8,
114
// Additional data for
TWO_FACTOR
errors.
gaia_auth_fetcher.cc
690
return GoogleServiceAuthError(GoogleServiceAuthError::
TWO_FACTOR
);
743
return GoogleServiceAuthError(GoogleServiceAuthError::
TWO_FACTOR
);
[
all
...]
gaia_auth_fetcher_unittest.cc
356
GoogleServiceAuthError(GoogleServiceAuthError::
TWO_FACTOR
);
/external/chromium/chrome/browser/sync/
signin_manager_unittest.cc
114
GoogleServiceAuthError error(GoogleServiceAuthError::
TWO_FACTOR
);
132
GoogleServiceAuthError error1(GoogleServiceAuthError::
TWO_FACTOR
);
signin_manager.cc
154
if (error.state() == GoogleServiceAuthError::
TWO_FACTOR
||
js_sync_manager_observer_unittest.cc
105
GoogleServiceAuthError error(GoogleServiceAuthError::
TWO_FACTOR
);
/external/chromium/chrome/browser/chromeos/login/
online_attempt.cc
112
if (error.state() == GoogleServiceAuthError::
TWO_FACTOR
) {
login_performer.cc
347
case GoogleServiceAuthError::
TWO_FACTOR
:
412
case GoogleServiceAuthError::
TWO_FACTOR
:
enterprise_enrollment_screen.cc
204
case GoogleServiceAuthError::
TWO_FACTOR
:
online_attempt_unittest.cc
269
GoogleServiceAuthError error(GoogleServiceAuthError::
TWO_FACTOR
);
google_authenticator.cc
239
if (error.state() == GoogleServiceAuthError::
TWO_FACTOR
) {
242
result.
two_factor
= true;
/external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc
112
if (error.state() == GoogleServiceAuthError::
TWO_FACTOR
) {
online_attempt_unittest.cc
215
GoogleServiceAuthError error(GoogleServiceAuthError::
TWO_FACTOR
);
/external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc
154
{ GoogleServiceAuthError::
TWO_FACTOR
, true },
signin_manager.cc
474
// If we got a bad ASP, prompt for an ASP again by forcing another
TWO_FACTOR
476
// with
TWO_FACTOR
errors needs special handling: we don't want to clear the
483
GoogleServiceAuthError(GoogleServiceAuthError::
TWO_FACTOR
) : error;
485
if (current_error.state() == GoogleServiceAuthError::
TWO_FACTOR
)
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc
110
case GoogleServiceAuthError::
TWO_FACTOR
:
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc
176
case GoogleServiceAuthError::
TWO_FACTOR
:
/external/chromium_org/chrome/browser/sync/
sync_ui_util.cc
232
auth_error.state() != AuthError::
TWO_FACTOR
) {
sync_ui_util_unittest.cc
145
GoogleServiceAuthError::
TWO_FACTOR
,
Completed in 1624 milliseconds