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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 478 GdkColor* theme_trough_color = NULL; local
482 "scrollbar-trough-color", &theme_trough_color, local
487 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
490 *track_color = *theme_trough_color;
493 gdk_color_free(theme_trough_color);
576 if (theme_trough_color) {
577 *track_color = *theme_trough_color;
578 gdk_color_free(theme_trough_color);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 435 const GdkColor* theme_trough_color = NULL; local
439 "scrollbar-trough-color", &theme_trough_color, local
444 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
447 *track_color = *theme_trough_color;
525 if (theme_trough_color)
526 *track_color = *theme_trough_color;
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 562 const GdkColor* theme_trough_color = NULL; local
566 "scrollbar-trough-color", &theme_trough_color, local
571 if (theme_thumb_active && theme_thumb_inactive && theme_trough_color) {
574 *track_color = *theme_trough_color;
653 if (theme_trough_color)
654 *track_color = *theme_trough_color;
    [all...]

Completed in 26 milliseconds