Searched refs:activeBackgroundColor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h87 static void setSelectionColors(unsigned activeBackgroundColor, unsigned activeForegroundColor, unsigned inactiveBackgroundColor, unsigned inactiveForegroundColor);
H A DRenderThemeChromiumDefault.cpp234 unsigned activeBackgroundColor,
239 m_activeSelectionBackgroundColor = activeBackgroundColor;
233 setSelectionColors( unsigned activeBackgroundColor, unsigned activeForegroundColor, unsigned inactiveBackgroundColor, unsigned inactiveForegroundColor) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h426 virtual void setSelectionColors(unsigned activeBackgroundColor,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h254 virtual void setSelectionColors(unsigned activeBackgroundColor,
H A DWebViewImpl.cpp3810 void WebViewImpl::setSelectionColors(unsigned activeBackgroundColor, argument
3815 RenderThemeChromiumDefault::setSelectionColors(activeBackgroundColor, activeForegroundColor, inactiveBackgroundColor, inactiveForegroundColor);

Completed in 1711 milliseconds