Home | History | Annotate | Download | only in gtk

Lines Matching defs:gtk_util

5 #include "chrome/browser/ui/gtk/gtk_util.h"
40 #include "ui/gfx/gtk_util.h"
201 namespace gtk_util {
310 gtk_util::GetWidgetSizeFromResources(GTK_WIDGET(window), width_id, height_id,
338 gfx::Rect frame_bounds = gtk_util::GetWidgetScreenBounds(GTK_WIDGET(parent));
340 gfx::Size size = gtk_util::GetWidgetSize(GTK_WIDGET(window));
661 GtkWidget* hbox = gtk_hbox_new(FALSE, gtk_util::kControlSpacing);
677 gtk_util::kGroupIndent, 0);
1118 gtk_util::GetWidgetSizeFromResources(dialog, width_id, 0, &width, NULL);
1256 } // namespace gtk_util