OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONNECTION_FAILED
(Results
26 - 50
of
50
) sorted by null
1
2
/external/chromium_org/google_apis/drive/
auth_service.cc
99
if (error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
) {
/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
125
case GoogleServiceAuthError::
CONNECTION_FAILED
:
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.cc
43
return error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
||
wizard_controller.cc
727
case
CONNECTION_FAILED
:
existing_user_controller.cc
[
all
...]
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos.cc
316
if (error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
) {
/external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc
205
case GoogleServiceAuthError::
CONNECTION_FAILED
:
/external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.cc
258
// wrong, so assume any error is transient by using
CONNECTION_FAILED
.
261
GoogleServiceAuthError::
CONNECTION_FAILED
);
profile_oauth2_token_service.cc
157
if (error.state() == GoogleServiceAuthError::
CONNECTION_FAILED
||
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc
189
case GoogleServiceAuthError::
CONNECTION_FAILED
:
/external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc
140
GoogleServiceAuthError::
CONNECTION_FAILED
,
profile_sync_service.cc
717
case GoogleServiceAuthError::
CONNECTION_FAILED
:
[
all
...]
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc
443
state == GoogleServiceAuthError::
CONNECTION_FAILED
||
/external/chromium_org/google_apis/gaia/
oauth2_token_service.cc
304
return error_state == GoogleServiceAuthError::
CONNECTION_FAILED
||
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc
175
GoogleServiceAuthError error(GoogleServiceAuthError::
CONNECTION_FAILED
);
302
GoogleServiceAuthError error(GoogleServiceAuthError::
CONNECTION_FAILED
);
[
all
...]
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
[
all
...]
Completed in 755 milliseconds
1
2