Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h88 …static void setSelectionColors(unsigned activeBackgroundColor, unsigned activeForegroundColor, uns…
DRenderThemeChromiumDefault.cpp240 unsigned activeForegroundColor, in setSelectionColors() argument
245 m_activeSelectionForegroundColor = activeForegroundColor; in setSelectionColors()
/external/chromium_org/third_party/WebKit/public/web/
DWebView.h465 unsigned activeForegroundColor,
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h301 unsigned activeForegroundColor,
DWebViewImpl.cpp3642 unsigned activeForegroundColor, in setSelectionColors() argument
3646 …RenderThemeChromiumDefault::setSelectionColors(activeBackgroundColor, activeForegroundColor, inact… in setSelectionColors()