Searched refs:m_customFocusRingColor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTheme.h299 Color m_customFocusRingColor; member in class:blink::RenderTheme
H A DRenderTheme.cpp1042 m_customFocusRingColor = c;
1048 return m_hasCustomFocusRingColor ? m_customFocusRingColor : theme().platformFocusRingColor();

Completed in 406 milliseconds