Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h52 virtual Color inactiveListBoxSelectionForegroundColor() const;
DRenderTheme.h136 Color inactiveListBoxSelectionForegroundColor() const;
DRenderTheme.cpp552 Color RenderTheme::inactiveListBoxSelectionForegroundColor() const in inactiveListBoxSelectionForegroundColor() function in WebCore::RenderTheme
1114 return inactiveListBoxSelectionForegroundColor(); in systemColor()
DRenderThemeChromiumDefault.cpp160 Color RenderThemeChromiumDefault::inactiveListBoxSelectionForegroundColor() const in inactiveListBoxSelectionForegroundColor() function in WebCore::RenderThemeChromiumDefault
DRenderListBox.cpp422 textColor = RenderTheme::theme().inactiveListBoxSelectionForegroundColor(); in paintItemForeground()