Searched defs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance
2682 struct OutputDevOptRepaintFlashTest : public testing::Test { struct2683 struct OutputPartialMock : public OutputPartialMockBase {2694 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function2700 static const Region kEmptyRegion;2701 static const Region kNotEmptyRegion;2703 StrictMock<OutputPartialMock> mOutput;2705 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();2706 CompositionRefreshArgs mRefreshArgs;2712 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument2720 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotEnabled) { in TEST_F() argument[all …]