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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 416 unsigned short outlineWidth = areaElementStyle->outlineWidth();
417 if (!outlineWidth)
424 paintInfo.context->drawFocusRing(path, outlineWidth,
438 unsigned short outlineWidth = areaElementStyle->outlineWidth();
442 repaintRect.inflate(outlineWidth);
RenderInline.cpp     [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 494 unsigned short outlineSize() const { return max(0, outlineWidth() + outlineOffset()); }
495 unsigned short outlineWidth() const
501 bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() > BHIDDEN; }
    [all...]

Completed in 44 milliseconds