Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineOffset

1015         context->drawFocusRing(focusRingRects, style->outlineWidth(), style->outlineOffset(), style->visitedDependentColor(CSSPropertyOutlineColor));
1044 int offset = styleToUse->outlineOffset();
1289 int borderWidth = max(-outlineStyle->outlineOffset
1308 int borderHeight = max(-outlineStyle->outlineOffset(), max(borderBottom, max(style()->borderBottomLeftRadius().height().calcValue(boxHeight), style()->borderBottomRightRadius().height().calcValue(boxHeight)))) + max(ow, shadowBottom);