Searched refs:hasOutline (Results 1 – 10 of 10) sorted by relevance
278 …(paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline()) in paint()
67 if (parent() && style()->visibility() == VISIBLE && hasOutline()) { in willBeDestroyed()194 …gLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline(); in styleDidChange()1409 if (!hasOutline()) in paintOutline()
610 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } in hasOutline() function
705 …if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && st… in paintObject()
1188 if (!hasOutline()) in paintOutline()1890 if (r->style()->hasOutline() || r->style()->hasBorder()) in hasImmediateNonWhitespaceTextChildOrPropertiesDependentOnColor()
1079 …if (renderer()->style()->visibility() == VISIBLE && renderer()->hasOutline() && !isRootInlineBox()… in paint()
119 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
2257 …if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && st… in paintObject()2263 … if (inlineCont && inlineCont->hasOutline() && inlineCont->style()->visibility() == VISIBLE) { in paintObject()
3831 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
522 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; } in hasOutline() function