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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 477 GdkColor* theme_thumb_inactive = NULL; local
481 "scrollbar-slider-normal-color", &theme_thumb_inactive, local
487 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
489 *thumb_inactive_color = *theme_thumb_inactive;
492 gdk_color_free(theme_thumb_inactive);
571 if (theme_thumb_inactive) {
572 *thumb_inactive_color = *theme_thumb_inactive;
573 gdk_color_free(theme_thumb_inactive);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 434 const GdkColor* theme_thumb_inactive = NULL; local
438 "scrollbar-slider-normal-color", &theme_thumb_inactive, local
444 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
446 *thumb_inactive_color = *theme_thumb_inactive;
522 if (theme_thumb_inactive)
523 *thumb_inactive_color = *theme_thumb_inactive;
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 422 const GdkColor* theme_thumb_inactive = NULL; local
426 "scrollbar-slider-normal-color", &theme_thumb_inactive, local
432 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
434 *thumb_inactive_color = *theme_thumb_inactive;
511 if (theme_thumb_inactive)
512 *thumb_inactive_color = *theme_thumb_inactive;
    [all...]

Completed in 123 milliseconds