Home
last modified time | relevance | path

Searched refs:needsPaintInvalidationObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleDifference.h40 …bool needsPaintInvalidationObject() const { return m_paintInvalidationType == PaintInvalidationObj… in needsPaintInvalidationObject() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1755 else if (diff.needsPaintInvalidationObject() || updatedDiff.needsPaintInvalidationObject()) in setStyle()