Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc433 const GdkColor* theme_thumb_active = NULL; in GetScrollbarColors() local
437 "scrollbar-slider-prelight-color", &theme_thumb_active, in GetScrollbarColors()
444 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) { in GetScrollbarColors()
445 *thumb_active_color = *theme_thumb_active; in GetScrollbarColors()
519 if (theme_thumb_active) in GetScrollbarColors()
520 *thumb_active_color = *theme_thumb_active; in GetScrollbarColors()