hasBoxDecorations 1296 Source/core/rendering/InlineFlowBox.cpp     if ((!parent() && isFirstLineStyle() && styleToUse != renderer().style()) || (parent() && renderer().hasBoxDecorations())) {
hasBoxDecorations 2015 Source/core/rendering/RenderBlock.cpp         if (hasBoxDecorations())
hasBoxDecorations  154 Source/core/rendering/RenderImage.cpp     if (hasBoxDecorations() || hasMask())
hasBoxDecorations  194 Source/core/rendering/RenderInline.cpp         bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline();
hasBoxDecorations 3748 Source/core/rendering/RenderLayer.cpp     return hasBoxDecorations(renderer()->style()) || renderer()->hasBackground();
hasBoxDecorations  879 Source/core/rendering/RenderObject.cpp     if (!hasBoxDecorations())
hasBoxDecorations  542 Source/core/rendering/RenderObject.h     bool hasBoxDecorations() const { return m_bitfields.boxDecorationState() != NoBoxDecorations; }
hasBoxDecorations 1385 Source/core/rendering/RenderObject.h     if (hasBoxDecorations())
hasBoxDecorations 1392 Source/core/rendering/RenderObject.h     if (!hasBoxDecorations())
hasBoxDecorations  119 Source/core/rendering/RenderReplaced.cpp     if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
hasBoxDecorations  670 Source/core/rendering/RenderTable.cpp     if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
hasBoxDecorations  210 Source/core/rendering/RenderWidget.cpp     if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
hasBoxDecorations  121 Source/core/rendering/compositing/CompositedLayerMapping.cpp     return hasBoxDecorations(style) || style->hasBackgroundImage();