Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineWidth

1015         context->drawFocusRing(focusRingRects, style->outlineWidth(), style->outlineOffset(), style->visitedDependentColor(CSSPropertyOutlineColor));
1039 int ow = styleToUse->outlineWidth();
1338 IntRect RenderObject::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineWidth)
1341 r.inflate(outlineWidth);
1631 if (m_style->outlineWidth() > 0 && m_style->outlineSize() > maximalOutlineSize(PaintPhaseOutline))