Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineWidth

1022 IntRect RenderInline::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineWidth)
1024 IntRect r(RenderBoxModelObject::rectWithOutlineForRepaint(repaintContainer, outlineWidth));
1027 r.unite(curr->rectWithOutlineForRepaint(repaintContainer, outlineWidth));
1412 int ow = styleToUse->outlineWidth();