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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 274 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline())
RenderObject.h 613 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); }
    [all...]
RenderInline.cpp 66 if (parent() && style()->visibility() == VISIBLE && hasOutline()) {
192 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline();
    [all...]
RenderTable.cpp 693 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
    [all...]
RenderLayerBacking.cpp 119 return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearance() || style->boxShadow() || style->hasFilter();
    [all...]
InlineFlowBox.cpp     [all...]
RenderObject.cpp     [all...]
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 501 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]

Completed in 244 milliseconds