Searched defs:setShouldDoFullPaintInvalidation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1756 setShouldDoFullPaintInvalidation(true);
2641 setShouldDoFullPaintInvalidation(true);
3097 void RenderObject::setShouldDoFullPaintInvalidation(bool b, MarkingBehavior markBehavior) function in class:blink::RenderObject
3102 parent()->setShouldDoFullPaintInvalidation(b, markBehavior);
3106 m_bitfields.setShouldDoFullPaintInvalidation(b);
3120 setShouldDoFullPaintInvalidation(false);

Completed in 1467 milliseconds