Searched defs:inactiveBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.cpp241 unsigned inactiveBackgroundColor,
246 m_inactiveSelectionBackgroundColor = inactiveBackgroundColor;
238 setSelectionColors( unsigned activeBackgroundColor, unsigned activeForegroundColor, unsigned inactiveBackgroundColor, unsigned inactiveForegroundColor) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3643 unsigned inactiveBackgroundColor,
3646 RenderThemeChromiumDefault::setSelectionColors(activeBackgroundColor, activeForegroundColor, inactiveBackgroundColor, inactiveForegroundColor);
3641 setSelectionColors(unsigned activeBackgroundColor, unsigned activeForegroundColor, unsigned inactiveBackgroundColor, unsigned inactiveForegroundColor) argument

Completed in 97 milliseconds