Searched defs:error_state (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error_unittest.cc95 GoogleServiceAuthError::State error_state; member in struct:__anon4693
121 GoogleServiceAuthError(table[i].error_state));
H A Dsignin_error_notifier_ash_unittest.cc206 GoogleServiceAuthError::State error_state; member in struct:ash::test::__anon4692
232 GoogleServiceAuthError(table[i].error_state));
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc147 GoogleServiceAuthError::State error_state; member in struct:__anon6823
173 GoogleServiceAuthError(table[i].error_state));
178 EXPECT_EQ(table[i].error_state,
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager_unittest.cc137 MockErrorState error_state; local
154 gl_.get(), &error_state, &buffer_manager, buffer, 15, GL_STATIC_DRAW,
159 gl_.get(), &error_state, &buffer_manager, buffer, 16, GL_STATIC_DRAW,
168 gl_.get(), &error_state, &buffer_manager, buffer, 32, GL_STATIC_DRAW,
H A Dbuffer_manager.cc11 #include "gpu/command_buffer/service/error_state.h"
265 ErrorState* error_state = context_state->GetErrorState(); local
268 error_state, "glBufferData", target, "target");
273 error_state, "glBufferData", usage, "usage");
278 error_state, GL_INVALID_VALUE, "glBufferData", "size < 0");
285 error_state, GL_INVALID_VALUE, "glBufferData", "unknown buffer");
291 error_state, GL_OUT_OF_MEMORY, "glBufferData", "out of memory");
295 DoBufferData(error_state, buffer, size, usage, data);
300 ErrorState* error_state,
313 ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(error_state, "glBufferDat
299 DoBufferData( ErrorState* error_state, Buffer* buffer, GLsizeiptr size, GLenum usage, const GLvoid* data) argument
331 ErrorState* error_state = context_state->GetErrorState(); local
342 DoBufferSubData( ErrorState* error_state, Buffer* buffer, GLintptr offset, GLsizeiptr size, const GLvoid* data) argument
[all...]
H A Dvertex_attrib_manager.cc17 #include "gpu/command_buffer/service/error_state.h"
169 ErrorState* error_state = decoder->GetErrorState(); local
193 error_state, GL_INVALID_OPERATION, function_name,
238 error_state, GL_INVALID_OPERATION, function_name,
264 error_state, GL_INVALID_OPERATION, function_name,
H A Dtest_helper.cc599 ::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);
598 DoBufferData( ::gfx::MockGLInterface* gl, MockErrorState* error_state, BufferManager* manager, Buffer* buffer, GLsizeiptr size, GLenum usage, const GLvoid* data, GLenum error) argument
622 SetTexParameteriWithExpectations( ::gfx::MockGLInterface* gl, MockErrorState* error_state, TextureManager* manager, TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) argument
H A Dtexture_manager.cc14 #include "gpu/command_buffer/service/error_state.h"
1102 const char* function_name, ErrorState* error_state,
1104 DCHECK(error_state);
1111 error_state, function_name, param, "param");
1114 error_state, result, function_name, pname, param);
1126 const char* function_name, ErrorState* error_state,
1128 DCHECK(error_state);
1135 error_state, function_name, param, "param");
1138 error_state, result, function_name, pname, param);
1314 ErrorState* error_state, cons
1101 SetParameteri( const char* function_name, ErrorState* error_state, TextureRef* ref, GLenum pname, GLint param) argument
1125 SetParameterf( const char* function_name, ErrorState* error_state, TextureRef* ref, GLenum pname, GLfloat param) argument
1313 ValidateFormatAndTypeCombination( ErrorState* error_state, const char* function_name, GLenum format, GLenum type) argument
1327 ValidateTextureParameters( ErrorState* error_state, const char* function_name, GLenum format, GLenum type, GLenum internal_format, GLint level) argument
1407 ErrorState* error_state = state->GetErrorState(); local
1479 DoTexImage2D( DecoderTextureState* texture_state, ErrorState* error_state, DecoderFramebufferState* framebuffer_state, TextureRef* texture_ref, const DoTextImage2DArguments& args) argument
[all...]
H A Dgles2_cmd_decoder.cc40 #include "gpu/command_buffer/service/error_state.h"
280 const char* function_name, ErrorState* error_state);
1863 const char* function_name, ErrorState* error_state)
1865 error_state_(error_state) {
1862 ScopedGLErrorSuppressor( const char* function_name, ErrorState* error_state) argument
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen_actor.h42 ErrorScreen::ErrorState error_state() const { return error_state_; } function in class:chromeos::ErrorScreenActor
74 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
H A Derror_screen.cc133 void ErrorScreen::SetErrorState(ErrorState error_state, argument
136 actor_->SetErrorState(error_state, network);
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error_unittest.cc84 GoogleServiceAuthError::State error_state,
90 GoogleServiceAuthError auth_error(error_state);
79 VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, FakeLoginUIService* login_ui_service, Browser* browser, SyncErrorController* error, SyncGlobalError* global_error, GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
H A Dsync_error_notifier_ash_unittest.cc145 void VerifySyncErrorNotifierResult(GoogleServiceAuthError::State error_state, argument
151 GoogleServiceAuthError auth_error(error_state);
H A Dsync_ui_util_unittest.cc54 GoogleServiceAuthError::State error_state,
60 GoogleServiceAuthError auth_error(error_state);
53 VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service, GoogleServiceAuthError::State error_state, bool is_signed_in, bool is_error) argument
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.cc215 ErrorScreen::ErrorState error_state) {
221 error_screen->SetErrorState(error_state,
214 ShowErrorScreen( ErrorScreen::ErrorState error_state) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Derror_screen_handler.cc133 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state, argument
135 error_state_ = error_state;
H A Dsignin_screen_handler.cc160 bool IsSigninScreenError(ErrorScreen::ErrorState error_state) { argument
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() !=
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.cc351 GoogleServiceAuthError::State error_state) {
354 error_state,
362 error_state,
350 RecordSupervisedProfileCreationMetrics( GoogleServiceAuthError::State error_state) argument
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc402 gpu::gles2::ErrorState* error_state = decoder->GetErrorState(); local
404 error_state,
409 error_state,
414 error_state,
419 error_state,
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport.cc183 void CastTransport::SetErrorState(ChannelError error_state) { argument
184 if (error_state_ != error_state) {
185 error_state_ = error_state;
H A Dcast_channel_api.cc70 channel_info->error_state = socket.error_state();
73 // Fills |error_info| from |error_state| and |last_errors|.
74 void FillErrorInfo(ChannelError error_state, argument
77 error_info->error_state = error_state;
143 cast_channel::ChannelError error_state,
148 channel_info.error_state = error_state;
150 FillErrorInfo(error_state, last_error
142 OnError(const CastSocket* socket, cast_channel::ChannelError error_state, const cast_channel::LastErrors& last_errors) argument
[all...]
H A Dcast_socket.cc113 ChannelError CastSocket::error_state() const { function in class:extensions::core_api::cast_channel::CastSocket
842 void CastSocket::SetErrorState(ChannelError error_state) { argument
843 if (error_state_ != error_state) {
844 error_state_ = error_state;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc20 gpu::CommandBuffer::State error_state; local
21 error_state.error = gpu::error::kGenericError;
22 return error_state;
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc40 gpu::CommandBuffer::State error_state; local
41 error_state.error = gpu::error::kGenericError;
42 return error_state;

Completed in 1149 milliseconds