Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineWidth

632 IntRect RenderInline::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineWidth)
634 IntRect r(RenderBoxModelObject::rectWithOutlineForRepaint(repaintContainer, outlineWidth));
637 r.unite(curr->rectWithOutlineForRepaint(repaintContainer, outlineWidth));
976 int ow = style()->outlineWidth();
1010 int ow = style()->outlineWidth();