Searched refs:shouldRepaintForStyleDifference (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.h213 bool shouldRepaintForStyleDifference(StyleDifference) const;
H A DRenderElement.cpp313 inline bool RenderElement::shouldRepaintForStyleDifference(StyleDifference diff) const function in class:WebCore::RenderElement
459 if (updatedDiff == StyleDifferenceRepaintLayer || shouldRepaintForStyleDifference(updatedDiff)) {
832 if (m_parent && (newStyle.outlineSize() < m_style->outlineSize() || shouldRepaintForStyleDifference(diff)))

Completed in 151 milliseconds