Home | History | Annotate | Download | only in rendering

Lines Matching defs:styleToUse

1382     RenderStyle* styleToUse = style();
1383 if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) {
1384 if (!theme()->supportsFocusRing(styleToUse)) {
1386 paintFocusRing(graphicsContext, tx, ty, styleToUse);
1390 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE)
1411 RenderStyle* styleToUse = style();
1412 int ow = styleToUse->outlineWidth();
1413 EBorderStyle os = styleToUse->outlineStyle();
1414 Color oc = styleToUse->visitedDependentColor(CSSPropertyOutlineColor);