Searched refs:hasBoxDecorations (Results 1 – 13 of 13) sorted by relevance
154 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == Pai… in paint()
261 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPha… in paint()
113 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPha… in paint()
142 if (hasBoxDecorations() || hasMask()) in imageChanged()
416 bool hasBoxDecorations() const { return m_paintBackground; } in hasBoxDecorations() function
539 …BlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()… in paintObject()
1111 …firstLine && styleToUse != renderer()->style()) || (parent() && renderer()->hasBoxDecorations())) { in paintBoxDecorations()
150 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding(… in styleDidChange()
689 if (!hasBoxDecorations()) in mustRepaintBackgroundOrBorder()
2507 if (hasBoxDecorations()) in paintObject()
26666 (WebCore::hasBoxDecorations):38253 (WebCore::RenderObject::hasBoxDecorations):
67763 (WebCore::RenderObject::hasBoxDecorations):
13142 (WebCore::hasBoxDecorationsOrBackgroundImage): Renamed from hasBoxDecorations().