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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 846 GdkColor* theme_inactive_frame = NULL; local
851 "inactive-frame-color", &theme_inactive_frame, local
869 theme_inactive_frame,
873 if (theme_inactive_frame)
874 gdk_color_free(theme_inactive_frame);
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 789 GdkColor* theme_inactive_frame = NULL; local
794 "inactive-frame-color", &theme_inactive_frame, local
812 theme_inactive_frame,
816 if (theme_inactive_frame)
817 gdk_color_free(theme_inactive_frame);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 799 const GdkColor* theme_inactive_frame = NULL; local
804 "inactive-frame-color", &theme_inactive_frame, local
820 theme_inactive_frame,
    [all...]

Completed in 39 milliseconds