OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONNECTION_FAILED
(Results
26 - 49
of
49
) sorted by null
1
2
/external/chromium/chrome/browser/chromeos/login/
login_performer.cc
345
case GoogleServiceAuthError::
CONNECTION_FAILED
:
410
case GoogleServiceAuthError::
CONNECTION_FAILED
:
enterprise_enrollment_screen.cc
202
case GoogleServiceAuthError::
CONNECTION_FAILED
:
existing_user_controller.cc
470
case GoogleServiceAuthError::
CONNECTION_FAILED
:
google_authenticator.cc
255
if (error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
) {
parallel_authenticator.cc
502
GoogleServiceAuthError::
CONNECTION_FAILED
) {
wizard_controller.cc
809
case
CONNECTION_FAILED
:
/external/chromium/chrome/browser/sync/
sync_ui_util.cc
55
} else if (auth_error.state() == AuthError::
CONNECTION_FAILED
) {
320
case GoogleServiceAuthError::
CONNECTION_FAILED
:
321
return "
CONNECTION_FAILED
";
sync_setup_flow.cc
394
args.SetInteger("error", GoogleServiceAuthError::
CONNECTION_FAILED
);
/external/chromium_org/net/base/
net_error_list.h
111
NET_ERROR(
CONNECTION_FAILED
, -104)
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc
127
case GoogleServiceAuthError::
CONNECTION_FAILED
:
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.cc
208
if ((error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
||
wizard_controller.cc
737
case
CONNECTION_FAILED
:
existing_user_controller.cc
[
all
...]
user_manager_impl.cc
799
state != GoogleServiceAuthError::
CONNECTION_FAILED
&&
[
all
...]
/external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc
235
case GoogleServiceAuthError::
CONNECTION_FAILED
:
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc
119
if (error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
)
oauth2_token_service.cc
257
return error_state == GoogleServiceAuthError::
CONNECTION_FAILED
||
signin_manager_unittest.cc
524
GoogleServiceAuthError error3(GoogleServiceAuthError::
CONNECTION_FAILED
);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc
200
case GoogleServiceAuthError::
CONNECTION_FAILED
:
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
655
case GoogleServiceAuthError::
CONNECTION_FAILED
:
[
all
...]
sync_ui_util_unittest.cc
138
GoogleServiceAuthError::
CONNECTION_FAILED
,
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc
462
state == GoogleServiceAuthError::
CONNECTION_FAILED
||
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc
172
GoogleServiceAuthError error(GoogleServiceAuthError::
CONNECTION_FAILED
);
304
GoogleServiceAuthError error(GoogleServiceAuthError::
CONNECTION_FAILED
);
[
all
...]
experimental_identity_apitest.cc
162
GoogleServiceAuthError error(GoogleServiceAuthError::
CONNECTION_FAILED
);
Completed in 1309 milliseconds
1
2