Home
last modified time | relevance | path

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

/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,