Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_theme_service.cc435 const GdkColor* theme_trough_color = NULL; in GetScrollbarColors() local
439 "scrollbar-trough-color", &theme_trough_color, in GetScrollbarColors()
444 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) { in GetScrollbarColors()
447 *track_color = *theme_trough_color; in GetScrollbarColors()
525 if (theme_trough_color) in GetScrollbarColors()
526 *track_color = *theme_trough_color; in GetScrollbarColors()