Searched refs:activeListBoxSelectionBackgroundColor (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h46 virtual Color activeListBoxSelectionBackgroundColor() const;
H A DRenderTheme.h121 Color activeListBoxSelectionBackgroundColor() const;
H A DRenderTheme.cpp461 Color RenderTheme::activeListBoxSelectionBackgroundColor() const function in class:blink::RenderTheme
1007 return activeListBoxSelectionBackgroundColor();
H A DRenderThemeChromiumDefault.cpp145 Color RenderThemeChromiumDefault::activeListBoxSelectionBackgroundColor() const function in class:blink::RenderThemeChromiumDefault
/external/chromium_org/third_party/WebKit/Source/web/
H A DDateTimeChooserImpl.cpp165 addProperty("suggestionHighlightColor", RenderTheme::theme().activeListBoxSelectionBackgroundColor().serialized(), data);
H A DPopupListBox.cpp416 backColor = RenderTheme::theme().activeListBoxSelectionBackgroundColor();

Completed in 933 milliseconds