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

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

Completed in 229 milliseconds