Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.h470 bool hasOutlineAnnotation() const;
471 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); } in hasOutline()
DRenderObject.cpp1046 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()
1986 bool RenderObject::hasOutlineAnnotation() const in hasOutlineAnnotation() function in WebCore::RenderObject
DRenderInline.cpp1383 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { in paintOutline()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3122586 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.
DChangeLog-2009-06-1638819 (WebCore::RenderObject::hasOutlineAnnotation):