Searched refs:mustRepaintBackgroundOrBorder (Results 1 – 2 of 2) sorted by relevance
533 bool mustRepaintBackgroundOrBorder() const;
882 bool RenderObject::mustRepaintBackgroundOrBorder() const in mustRepaintBackgroundOrBorder() function in WebCore::RenderObject1512 …if (newOutlineBox.location() != oldOutlineBox.location() || (mustRepaintBackgroundOrBorder() && (n… in repaintAfterLayoutIfNeeded()