hasOutlineAnnotation 1409 Source/core/rendering/RenderInline.cpp if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { hasOutlineAnnotation 1187 Source/core/rendering/RenderObject.cpp if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { hasOutlineAnnotation 620 Source/core/rendering/RenderObject.h bool hasOutlineAnnotation() const; hasOutlineAnnotation 621 Source/core/rendering/RenderObject.h bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); }