Home
last modified time | relevance | path

Searched refs:UNEXPECTED_SERVICE_RESPONSE (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/components/signin/core/browser/
Dsignin_error_controller_unittest.cc163 { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true }, in TEST_F()
251 GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE)); in TEST_F()
263 ASSERT_EQ(GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, in TEST_F()
Daccount_reconcilor.cc479 GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE) in OnListAccountsSuccess()
/external/chromium_org/google_apis/gaia/
Dgoogle_service_auth_error.cc108 return GoogleServiceAuthError(UNEXPECTED_SERVICE_RESPONSE, error_message); in FromUnexpectedServiceResponse()
167 STATE_CASE(UNEXPECTED_SERVICE_RESPONSE); in ToValue()
226 case UNEXPECTED_SERVICE_RESPONSE: in ToString()
Dgoogle_service_auth_error.h83 UNEXPECTED_SERVICE_RESPONSE = 11, enumerator
/external/chromium_org/chrome/browser/signin/
Dsignin_error_notifier_ash_unittest.cc175 GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE)); in TEST_F()
216 { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true }, in TEST_F()
Dsignin_global_error_unittest.cc111 { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true }, in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen.cc106 case GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE: in OnAuthError()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.cc190 case GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE: in ShowAuthError()
/external/chromium_org/components/signin/ios/browser/
Dprofile_oauth2_token_service_ios.mm41 GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE);