Searched refs:hasBoxDecorations (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderReplaced.cpp113 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
H A DRenderWidget.cpp261 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
H A DRenderImage.cpp142 if (hasBoxDecorations() || hasMask())
H A DRenderObject.h416 bool hasBoxDecorations() const { return m_paintBackground; } function in class:WebCore::RenderObject
H A DRenderTable.cpp539 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
H A DInlineFlowBox.cpp1111 if ((!parent() && m_firstLine && styleToUse != renderer()->style()) || (parent() && renderer()->hasBoxDecorations())) {
H A DRenderInline.cpp150 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding() || style()->hasMargin() || style()->hasOutline();
H A DRenderObject.cpp689 if (!hasBoxDecorations())
H A DRenderBlock.cpp2507 if (hasBoxDecorations())
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp154 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground) && isVisible)

Completed in 1856 milliseconds