Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.h473 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } in hasOutline() function
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h454 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; } in hasOutline() function