Searched refs:focusRingColor (Results 1 – 6 of 6) sorted by relevance
113 return RenderTheme::focusRingColor(); in colorFromPrimitiveValue()
121 static Color focusRingColor(229, 151, 0, 255); in platformFocusRingColor() local122 return focusRingColor; in platformFocusRingColor()
142 static Color focusRingColor();
1142 Color RenderTheme::focusRingColor() in focusRingColor() function in WebCore::RenderTheme
1552 paintInfo.context->drawFocusRing(borderPath, 5, -2, focusRingColor());
2399 Color focusRingColor = RenderTheme::focusRingColor(); in drawFocusRing() local2402 c->drawFocusRing(path, focusRingWidth, focusRingOutline, focusRingColor); in drawFocusRing()