HomeSort by relevance Sort by last modified time
    Searched defs:hasOutline (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 613 bool hasOutline() const { return style()->hasOutline() || hasOutlineAnnotation(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 501 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]

Completed in 196 milliseconds