Searched defs:hasOutline (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h524 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; } function in class:blink::RenderStyle
815 bool hasVisualOverflowingEffect() const { return boxShadow() || hasBorderImageOutsets() || hasOutline(); }
1090 return !hasOutline();
1538 bool hasBoxDecorations() const { return hasBorder() || hasBorderRadius() || hasOutline() || hasAppearance() || boxShadow() || hasFilter(); }

Completed in 69 milliseconds