WasContextLost   1560 gpu/command_buffer/service/gles2_cmd_decoder.cc   virtual bool WasContextLost() OVERRIDE;
WasContextLost   2976 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!context_->MakeCurrent(surface_.get()) || WasContextLost()) {
WasContextLost   9358 gpu/command_buffer/service/gles2_cmd_decoder.cc   return WasContextLost() && reset_by_robustness_extension_;
WasContextLost    221 gpu/command_buffer/service/gles2_cmd_decoder.h   virtual bool WasContextLost() = 0;
WasContextLost    116 gpu/command_buffer/service/gles2_cmd_decoder_mock.h   MOCK_METHOD0(WasContextLost, bool());
WasContextLost    209 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(GetDecoder()->WasContextLost());
WasContextLost    223 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(GetDecoder()->WasContextLost());
WasContextLost    239 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(GetDecoder()->WasContextLost());
WasContextLost    269 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(decoder_->WasContextLost());
WasContextLost    109 gpu/command_buffer/service/gpu_scheduler.cc     if (!error::IsError(error) && decoder_->WasContextLost()) {