Home
last modified time | relevance | path

Searched refs:TestPaintAggregator (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_paint_aggregator.cc12 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 …]
Dtest_paint_aggregator.h10 class TestPaintAggregator : public TestCase {
12 TestPaintAggregator(TestingInstance* instance) : TestCase(instance) {} in TestPaintAggregator() function