Home
last modified time | relevance | path

Searched refs:hasOutline (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderWidget.cpp278 …(paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline()) in paint()
DRenderInline.cpp67 if (parent() && style()->visibility() == VISIBLE && hasOutline()) { in willBeDestroyed()
194 …gLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline(); in styleDidChange()
1409 if (!hasOutline()) in paintOutline()
DRenderObject.h610 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } in hasOutline() function
DRenderTable.cpp705 …if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && st… in paintObject()
DRenderObject.cpp1188 if (!hasOutline()) in paintOutline()
1890 if (r->style()->hasOutline() || r->style()->hasBorder()) in hasImmediateNonWhitespaceTextChildOrPropertiesDependentOnColor()
DInlineFlowBox.cpp1079 …if (renderer()->style()->visibility() == VISIBLE && renderer()->hasOutline() && !isRootInlineBox()… in paint()
DCompositedLayerMapping.cpp119 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
DRenderBlock.cpp2257 …if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && st… in paintObject()
2263 … if (inlineCont && inlineCont->hasOutline() && inlineCont->style()->visibility() == VISIBLE) { in paintObject()
DRenderLayer.cpp3831 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h522 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; } in hasOutline() function