Searched refs:checkForPaintInvalidation (Results 1 – 6 of 6) sorted by relevance
190 if (selfNeedsLayout() && checkForPaintInvalidation()) { in layout()
875 bool checkForPaintInvalidation() const;
1060 if (!table()->selfNeedsLayout() && cell->checkForPaintInvalidation()) in layoutRows()
1068 if (!f->x() && !f->y() && f->checkForPaintInvalidation()) { in markDirtyFloatsForPaintInvalidation()
1419 bool RenderObject::checkForPaintInvalidation() const in checkForPaintInvalidation() function in blink::RenderObject
679 …bool didNotLayoutAndNeedsPaintInvalidation = !childHadLayout && child->checkForPaintInvalidation(); in layoutBlockChild()