Home
last modified time | relevance | path

Searched refs:customFocusRingColor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp72 static Color& customFocusRingColor() in customFocusRingColor() function
1139 customFocusRingColor() = c; in setCustomFocusRingColor()
1144 …return customFocusRingColor().isValid() ? customFocusRingColor() : theme().platformFocusRingColor(… in focusRingColor()