HomeSort by relevance Sort by last modified time
    Searched defs:error_state (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 95 GoogleServiceAuthError::State error_state; member in struct:__anon9318
121 GoogleServiceAuthError(table[i].error_state));
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/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/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 137 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,
vertex_attrib_manager.cc 17 #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,
buffer_manager.cc 11 #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, "glBufferData")
331 ErrorState* error_state = context_state->GetErrorState(); local
    [all...]
texture_manager.cc 14 #include "gpu/command_buffer/service/error_state.h"
1407 ErrorState* error_state = state->GetErrorState(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen_actor.h 42 ErrorScreen::ErrorState error_state() const { return error_state_; } function in class:chromeos::ErrorScreenActor
74 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 20 gpu::CommandBuffer::State error_state; local
21 error_state.error = gpu::error::kGenericError;
22 return error_state;
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 402 gpu::gles2::ErrorState* error_state = decoder->GetErrorState(); local
404 error_state,
409 error_state,
414 error_state,
419 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/extensions/browser/api/cast_channel/
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;

Completed in 473 milliseconds