Home
last modified time | relevance | path

Searched refs:hasBoxDecorations (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp154 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == Pai… in paint()
/external/webkit/Source/WebCore/rendering/
DRenderWidget.cpp261 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPha… in paint()
DRenderReplaced.cpp113 …if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPha… in paint()
DRenderImage.cpp142 if (hasBoxDecorations() || hasMask()) in imageChanged()
DRenderObject.h416 bool hasBoxDecorations() const { return m_paintBackground; } in hasBoxDecorations() function
DRenderTable.cpp539 …BlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()… in paintObject()
DInlineFlowBox.cpp1111 …firstLine && styleToUse != renderer()->style()) || (parent() && renderer()->hasBoxDecorations())) { in paintBoxDecorations()
DRenderInline.cpp150 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding(… in styleDidChange()
DRenderObject.cpp689 if (!hasBoxDecorations()) in mustRepaintBackgroundOrBorder()
DRenderBlock.cpp2507 if (hasBoxDecorations()) in paintObject()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1626666 (WebCore::hasBoxDecorations):
38253 (WebCore::RenderObject::hasBoxDecorations):
DChangeLog-2007-10-1467763 (WebCore::RenderObject::hasBoxDecorations):
DChangeLog-2010-01-2913142 (WebCore::hasBoxDecorationsOrBackgroundImage): Renamed from hasBoxDecorations().