Searched refs:TestPaintAggregator (Results 1 – 2 of 2) sorted by relevance
12 bool TestPaintAggregator::Init() { in Init()16 void TestPaintAggregator::RunTests(const std::string& filter) { in RunTests()39 std::string TestPaintAggregator::TestInitialState() { in TestInitialState()46 std::string TestPaintAggregator::TestSingleInvalidation() { in TestSingleInvalidation()61 std::string TestPaintAggregator::TestDoubleDisjointInvalidation() { in TestDoubleDisjointInvalidation()80 std::string TestPaintAggregator::TestSingleScroll() { in TestSingleScroll()99 std::string TestPaintAggregator::TestDoubleOverlappingScroll() { in TestDoubleOverlappingScroll()125 std::string TestPaintAggregator::TestNegatingScroll() { in TestNegatingScroll()141 std::string TestPaintAggregator::TestDiagonalScroll() { in TestDiagonalScroll()159 std::string TestPaintAggregator::TestContainedPaintAfterScroll() { in TestContainedPaintAfterScroll()[all …]
10 class TestPaintAggregator : public TestCase {12 TestPaintAggregator(TestingInstance* instance) : TestCase(instance) {} in TestPaintAggregator() function