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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
TablePainter.cpp 42 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && m_renderTable.hasBoxDecorationBackground() && m_renderTable.style()->visibility() == VISIBLE)
BlockPainter.cpp 151 if (m_renderBlock.hasBoxDecorationBackground())
InlineFlowBoxPainter.cpp 189 shouldPaintBoxDecorationBackground = m_inlineFlowBox.renderer().hasBoxDecorationBackground();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 205 if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderObject.h 559 bool hasBoxDecorationBackground() const { return m_bitfields.boxDecorationBackgroundState() != NoBoxDecorationBackground; }
    [all...]
RenderImage.cpp 149 if (hasBoxDecorationBackground() || hasMask() || hasShapeOutside())
RenderReplaced.cpp 117 if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderObject.cpp 949 if (!hasBoxDecorationBackground())
968 if (!hasBoxDecorationBackground())
    [all...]
RenderInline.cpp 222 bool alwaysCreateLineBoxesNew = hasSelfPaintingLayer() || hasBoxDecorationBackground() || newStyle->hasPadding() || newStyle->hasMargin() || newStyle->hasOutline();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 201 m_hasBoxDecorationBackground = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorationBackground();

Completed in 448 milliseconds