IsContextLost      46 cc/output/context_provider.h   virtual bool IsContextLost() = 0;
IsContextLost     147 cc/output/delegating_renderer.cc   return context_provider->IsContextLost();
IsContextLost      46 cc/output/delegating_renderer.h   virtual bool IsContextLost() OVERRIDE;
IsContextLost     414 cc/output/gl_renderer.cc   DCHECK(program && (program->initialized() || IsContextLost()));
IsContextLost     458 cc/output/gl_renderer.cc   DCHECK(program && (program->initialized() || IsContextLost()));
IsContextLost    1140 cc/output/gl_renderer.cc   DCHECK(shader_tex_transform_location != -1 || IsContextLost());
IsContextLost    1648 cc/output/gl_renderer.cc     DCHECK(program && (program->initialized() || IsContextLost()));
IsContextLost    1662 cc/output/gl_renderer.cc     DCHECK(program && (program->initialized() || IsContextLost()));
IsContextLost    2583 cc/output/gl_renderer.cc          IsContextLost());
IsContextLost    3059 cc/output/gl_renderer.cc   return output_surface_->context_provider()->IsContextLost();
IsContextLost      68 cc/output/gl_renderer.h   virtual bool IsContextLost() OVERRIDE;
IsContextLost      64 cc/output/gl_renderer_unittest.cc     ASSERT_FALSE(renderer()->IsContextLost());
IsContextLost      71 cc/output/gl_renderer_unittest.cc     ASSERT_FALSE(renderer()->IsContextLost());
IsContextLost      65 cc/output/program_binding.h     if (context_provider->IsContextLost())
IsContextLost      72 cc/output/program_binding.h       DCHECK(context_provider->IsContextLost());
IsContextLost      84 cc/output/program_binding.h       DCHECK(context_provider->IsContextLost());
IsContextLost      81 cc/output/renderer.h   virtual bool IsContextLost();
IsContextLost      35 cc/test/test_context_provider.h   virtual bool IsContextLost() OVERRIDE;
IsContextLost      30 cc/test/test_in_process_context_provider.h   virtual bool IsContextLost() OVERRIDE;
IsContextLost    1463 cc/trees/layer_tree_host_impl.cc   return renderer_ && renderer_->IsContextLost();
IsContextLost     259 cc/trees/layer_tree_host_impl.h   bool IsContextLost();
IsContextLost      77 cc/trees/single_thread_proxy.cc     if (layer_tree_host_impl_->IsContextLost())
IsContextLost     539 cc/trees/single_thread_proxy.cc     if (!layer_tree_host_impl_->IsContextLost()) {
IsContextLost     544 cc/trees/single_thread_proxy.cc     lost_output_surface = layer_tree_host_impl_->IsContextLost();
IsContextLost     430 cc/trees/thread_proxy.cc   if (!impl().layer_tree_host_impl->IsContextLost())
IsContextLost    1240 cc/trees/thread_proxy.cc       if (!impl().layer_tree_host_impl->IsContextLost()) {
IsContextLost      77 content/browser/compositor/gpu_process_transport_factory.cc     if (provider_ && provider_->IsContextLost())
IsContextLost      50 content/common/gpu/client/context_provider_command_buffer.h   virtual bool IsContextLost() OVERRIDE;
IsContextLost     198 content/renderer/gpu/mailbox_output_surface.cc          context_provider_->IsContextLost());
IsContextLost      64 content/renderer/media/renderer_gpu_video_accelerator_factories.cc   if (context_provider_->IsContextLost()) {
IsContextLost      60 gpu/command_buffer/client/cmd_buffer_helper.h   bool IsContextLost();
IsContextLost     625 gpu/command_buffer/client/cmd_buffer_helper_test.cc TEST_F(CommandBufferHelperTest, IsContextLost) {
IsContextLost     626 gpu/command_buffer/client/cmd_buffer_helper_test.cc   EXPECT_FALSE(helper_->IsContextLost());
IsContextLost     628 gpu/command_buffer/client/cmd_buffer_helper_test.cc   EXPECT_TRUE(helper_->IsContextLost());
IsContextLost     352 gpu/command_buffer/client/gles2_implementation.cc   if (!helper_->IsContextLost())
IsContextLost    3364 gpu/command_buffer/client/gles2_implementation.cc   if (helper_->IsContextLost()) {
IsContextLost    3735 gpu/command_buffer/client/gles2_implementation.cc   if (helper_->IsContextLost()) {
IsContextLost     152 gpu/command_buffer/client/query_tracker.cc         helper->IsContextLost()) {
IsContextLost      22 mojo/examples/compositor_app/mojo_context_provider.h   virtual bool IsContextLost() OVERRIDE;
IsContextLost      34 ui/gl/gl_fence.h   static bool IsContextLost();
IsContextLost      40 webkit/common/gpu/context_provider_in_process.h   virtual bool IsContextLost() OVERRIDE;