Searched refs:hasOutlineAnnotation (Results 1 – 5 of 5) sorted by relevance
470 bool hasOutlineAnnotation() const;471 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } in hasOutline()
1046 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()1986 bool RenderObject::hasOutlineAnnotation() const in hasOutlineAnnotation() function in WebCore::RenderObject
1383 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()
22586 Build fix from my last check-in. Make hasOutlineAnnotation() non-22593 (WebCore::RenderObject::hasOutlineAnnotation):22631 (WebCore::RenderObject::hasOutlineAnnotation): Returns true is the 22634 an outline and hasOutlineAnnotation() is true.
38819 (WebCore::RenderObject::hasOutlineAnnotation):