Home
last modified time | relevance | path

Searched refs:checkForPaintInvalidation (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp190 if (selfNeedsLayout() && checkForPaintInvalidation()) { in layout()
DRenderObject.h875 bool checkForPaintInvalidation() const;
DRenderTableSection.cpp1060 if (!table()->selfNeedsLayout() && cell->checkForPaintInvalidation()) in layoutRows()
DRenderBlockLineLayout.cpp1068 if (!f->x() && !f->y() && f->checkForPaintInvalidation()) { in markDirtyFloatsForPaintInvalidation()
DRenderObject.cpp1419 bool RenderObject::checkForPaintInvalidation() const in checkForPaintInvalidation() function in blink::RenderObject
DRenderBlockFlow.cpp679 …bool didNotLayoutAndNeedsPaintInvalidation = !childHadLayout && child->checkForPaintInvalidation(); in layoutBlockChild()