HomeSort by relevance Sort by last modified time
    Searched refs:theme_thumb_active (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 476 GdkColor* theme_thumb_active = NULL; local
480 "scrollbar-slider-prelight-color", &theme_thumb_active, local
487 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
488 *thumb_active_color = *theme_thumb_active;
491 gdk_color_free(theme_thumb_active);
566 if (theme_thumb_active) {
567 *thumb_active_color = *theme_thumb_active;
568 gdk_color_free(theme_thumb_active);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 433 const GdkColor* theme_thumb_active = NULL; local
437 "scrollbar-slider-prelight-color", &theme_thumb_active, local
444 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
445 *thumb_active_color = *theme_thumb_active;
519 if (theme_thumb_active)
520 *thumb_active_color = *theme_thumb_active;
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 421 const GdkColor* theme_thumb_active = NULL; local
425 "scrollbar-slider-prelight-color", &theme_thumb_active, local
432 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
433 *thumb_active_color = *theme_thumb_active;
508 if (theme_thumb_active)
509 *thumb_active_color = *theme_thumb_active;
    [all...]

Completed in 110 milliseconds