Home
last modified time | relevance | path

Searched refs:widget_to_draw_on (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_util.cc676 GtkWidget* widget_to_draw_on, in DrawTextEntryBackground() argument
683 our_style = gtk_style_attach(our_style, widget_to_draw_on->window); in DrawTextEntryBackground()
688 gtk_paint_shadow(our_style, widget_to_draw_on->window, in DrawTextEntryBackground()
690 widget_to_draw_on, "entry", in DrawTextEntryBackground()
700 gtk_paint_flat_box(our_style, widget_to_draw_on->window, in DrawTextEntryBackground()
702 widget_to_draw_on, "entry_bg", in DrawTextEntryBackground()
Dgtk_util.h191 GtkWidget* widget_to_draw_on,
/external/chromium/chrome/browser/ui/gtk/
Dgtk_util.cc773 GtkWidget* widget_to_draw_on, in DrawTextEntryBackground() argument
780 our_style = gtk_style_attach(our_style, widget_to_draw_on->window); in DrawTextEntryBackground()
785 gtk_paint_shadow(our_style, widget_to_draw_on->window, in DrawTextEntryBackground()
787 widget_to_draw_on, "entry", in DrawTextEntryBackground()
797 gtk_paint_flat_box(our_style, widget_to_draw_on->window, in DrawTextEntryBackground()
799 widget_to_draw_on, "entry_bg", in DrawTextEntryBackground()
Dgtk_util.h245 GtkWidget* widget_to_draw_on,