Home | History | Annotate | Download | only in style

Lines Matching refs:hasOutline

524     bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
815 bool hasVisualOverflowingEffect() const { return boxShadow() || hasBorderImageOutsets() || hasOutline(); }
1090 return !hasOutline();
1538 bool hasBoxDecorations() const { return hasBorder() || hasBorderRadius() || hasOutline() || hasAppearance() || boxShadow() || hasFilter(); }