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/
RenderRegion.cpp 584 if (object->isBoxModelObject() && !object->hasBoxDecorations()) {
585 bool hasBoxDecorations = object->isTableCell()
590 object->setHasBoxDecorations(hasBoxDecorations);
RenderWidget.cpp 266 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderObject.h 536 bool hasBoxDecorations() const { return m_bitfields.boxDecorationState() != NoBoxDecorations; }
    [all...]
RenderImage.cpp 156 if (hasBoxDecorations() || hasMask())
RenderReplaced.cpp 114 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderLayerBacking.cpp 117 static bool hasBoxDecorations(const RenderStyle* style)
124 return hasBoxDecorations(style) || style->hasBackgroundImage();
    [all...]
RenderTable.cpp 649 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
    [all...]
RenderInline.cpp 192 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline();
    [all...]
InlineFlowBox.cpp     [all...]
RenderLayer.cpp     [all...]
RenderObject.cpp 880 if (!hasBoxDecorations())
    [all...]
RenderBlock.cpp     [all...]

Completed in 105 milliseconds