HomeSort by relevance Sort by last modified time
    Searched refs:error_state (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/components/signin/core/browser/
signin_error_controller_unittest.cc 147 GoogleServiceAuthError::State error_state; member in struct:__anon11448
173 GoogleServiceAuthError(table[i].error_state));
178 EXPECT_EQ(table[i].error_state,
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 351 GoogleServiceAuthError::State error_state) {
354 error_state,
362 error_state,
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 40 gpu::CommandBuffer::State error_state; local
41 error_state.error = gpu::error::kGenericError;
42 return error_state;
  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash_unittest.cc 206 GoogleServiceAuthError::State error_state; member in struct:ash::test::__anon9317
232 GoogleServiceAuthError(table[i].error_state));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 133 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state,
135 error_state_ = error_state;
signin_screen_handler.cc 160 bool IsSigninScreenError(ErrorScreen::ErrorState error_state) {
161 return error_state == ErrorScreen::ERROR_STATE_PORTAL ||
162 error_state == ErrorScreen::ERROR_STATE_OFFLINE ||
163 error_state == ErrorScreen::ERROR_STATE_PROXY ||
164 error_state == ErrorScreen::ERROR_STATE_AUTH_EXT_TIMEOUT;
661 (error_screen_actor_->error_state() !=
677 IsSigninScreenError(error_screen_actor_->error_state());
681 IsSigninScreenError(error_screen_actor_->error_state()) &&
682 error_screen_actor_->error_state() !=
    [all...]
enrollment_screen_handler.cc 475 if (IsOnEnrollmentScreen() || (error_screen_actor_->error_state() !=
  /external/chromium_org/gpu/command_buffer/service/
test_helper.cc 599 ::gfx::MockGLInterface* gl, MockErrorState* error_state,
602 EXPECT_CALL(*error_state, CopyRealGLErrorsToWrapper(_, _, _))
616 EXPECT_CALL(*error_state, PeekGLError(_, _, _))
619 manager->DoBufferData(error_state, buffer, size, usage, data);
623 ::gfx::MockGLInterface* gl, MockErrorState* error_state,
634 EXPECT_CALL(*error_state, SetGLErrorInvalidEnum(_, _, _, value, _))
638 EXPECT_CALL(*error_state, SetGLErrorInvalidParami(_, _, error, _, _, _))
642 manager->SetParameteri("", error_state, texture_ref, pname, value);
texture_manager.h 593 const char* function_name, ErrorState* error_state,
596 const char* function_name, ErrorState* error_state,
738 ErrorState* error_state, const char* function_name,
744 ErrorState* error_state, const char* function_name,
758 ErrorState* error_state,
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_transport.cc 183 void CastTransport::SetErrorState(ChannelError error_state) {
184 if (error_state_ != error_state) {
185 error_state_ = error_state;
cast_channel_api.h 75 cast_channel::ChannelError error_state,
cast_socket.cc 113 ChannelError CastSocket::error_state() const { function in class:extensions::core_api::cast_channel::CastSocket
842 void CastSocket::SetErrorState(ChannelError error_state) {
843 if (error_state_ != error_state) {
844 error_state_ = error_state;
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 118 .setTitle(R.string.error_state)
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 54 GoogleServiceAuthError::State error_state,
60 GoogleServiceAuthError auth_error(error_state);
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 312 GoogleServiceAuthError::State error_state = error.state();
313 return error_state == GoogleServiceAuthError::CONNECTION_FAILED ||
314 error_state == GoogleServiceAuthError::REQUEST_CANCELED ||
315 error_state == GoogleServiceAuthError::SERVICE_UNAVAILABLE;
  /external/chromium_org/gpu/
command_buffer_service.target.darwin-arm64.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.darwin-mips.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.darwin-mips64.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.darwin-x86.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.darwin-x86_64.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.linux-arm64.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.linux-mips.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.linux-mips64.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.linux-x86.mk 43 gpu/command_buffer/service/error_state.cc \
command_buffer_service.target.linux-x86_64.mk 43 gpu/command_buffer/service/error_state.cc \

Completed in 657 milliseconds

12 3