Home
last modified time | relevance | path

Searched refs:setShouldDoFullPaintInvalidationIfSelfPaintingLayer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h1024 void setShouldDoFullPaintInvalidationIfSelfPaintingLayer(bool b) in setShouldDoFullPaintInvalidationIfSelfPaintingLayer() function
1026 m_bitfields.setShouldDoFullPaintInvalidationIfSelfPaintingLayer(b); in setShouldDoFullPaintInvalidationIfSelfPaintingLayer()
DRenderObject.cpp3121 setShouldDoFullPaintInvalidationIfSelfPaintingLayer(false); in clearPaintInvalidationState()
DRenderBox.cpp288 child->setShouldDoFullPaintInvalidationIfSelfPaintingLayer(true); in updateFromStyle()