HomeSort by relevance Sort by last modified time
    Searched refs:hasBoxDecorations (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 261 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderReplaced.cpp 113 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderImage.cpp 142 if (hasBoxDecorations() || hasMask())
RenderObject.h 416 bool hasBoxDecorations() const { return m_paintBackground; }
    [all...]
RenderTable.cpp 539 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
    [all...]
InlineFlowBox.cpp     [all...]
RenderInline.cpp 150 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding() || style()->hasMargin() || style()->hasOutline();
    [all...]
RenderObject.cpp 689 if (!hasBoxDecorations())
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 154 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground) && isVisible)

Completed in 282 milliseconds