Home
last modified time | relevance | path

Searched refs:hasOutlineAnnotation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h609 bool hasOutlineAnnotation() const;
610 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } in hasOutline()
DRenderObject.cpp1196 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()
2477 bool RenderObject::hasOutlineAnnotation() const in hasOutlineAnnotation() function in WebCore::RenderObject
DRenderInline.cpp1413 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()