Home | History | Annotate | Download | only in gtk

Lines Matching refs:gtk

5 #include "chrome/browser/ui/gtk/gtk_util.h"
9 #include <gtk/gtk.h>
27 #include "chrome/browser/ui/gtk/cairo_cached_surface.h"
28 #include "chrome/browser/ui/gtk/gtk_theme_service.h"
47 #include "chrome/browser/ui/gtk/browser_window_gtk.h"
72 // These two functions are copped almost directly from gtk core. The only
317 // For a non-resizable window, GTK tries to snap the window size
322 // But if GTK wants to make the window *wider* due to very wide
380 // Older versions of GTK+ don't give us gtk_window_group_list() which is what
441 // but its the best we can do since we don't have newer gtk stuff.
512 // version of GTK, so we need to set that manually on all dialogs.
685 // From http://library.gnome.org/devel/gtk/unstable/GtkSettings.html, this is
686 // the default value for gtk-cursor-blink-time.
696 "gtk-cursor-blink-time", &cursor_blink_time,
697 "gtk-cursor-blink", &cursor_blink,
698 "gtk-xft-antialias", &antialias,
699 "gtk-xft-hinting", &hinting,
700 "gtk-xft-hintstyle", &hint_style,
701 "gtk-xft-rgba", &rgba_style,
711 // Dividing by 2*1000ms follows the WebKit GTK port and makes the blink
777 // GTK owns the above and we're going to have to make our own copy of it
784 // We're using GTK rendering; draw a GTK entry widget onto the background.
852 // This will still only work with GTK 2.16+ as the property doesn't exist
923 // To quote the gtk docs: