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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 199 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderObject.h 520 bool hasBoxDecorations() const { return m_bitfields.boxDecorationState() != NoBoxDecorations; }
    [all...]
RenderImage.cpp 149 if (hasBoxDecorations() || hasMask() || hasShapeOutside())
RenderReplaced.cpp 117 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderTable.cpp 657 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
    [all...]
RenderInline.cpp 207 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline();
    [all...]
RenderLayer.cpp     [all...]
RenderObject.cpp 928 if (!hasBoxDecorations())
947 if (!hasBoxDecorations())
    [all...]
InlineFlowBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 204 m_hasBoxDecorations = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorations();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 111 static bool hasBoxDecorations(const RenderStyle* style)
118 return hasBoxDecorations(style) || style->hasBackgroundImage();
    [all...]

Completed in 477 milliseconds