Searched refs:our_style (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/ |
D | gtk_util.cc | 682 GtkStyle* our_style = gtk_style_copy(gtk_owned_style); in DrawTextEntryBackground() local 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() 695 gint xborder = our_style->xthickness; in DrawTextEntryBackground() 696 gint yborder = our_style->ythickness; in DrawTextEntryBackground() 700 gtk_paint_flat_box(our_style, widget_to_draw_on->window, in DrawTextEntryBackground() 707 gtk_style_detach(our_style); in DrawTextEntryBackground() 708 g_object_unref(our_style); in DrawTextEntryBackground()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_util.cc | 779 GtkStyle* our_style = gtk_style_copy(gtk_owned_style); in DrawTextEntryBackground() local 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() 792 gint xborder = our_style->xthickness; in DrawTextEntryBackground() 793 gint yborder = our_style->ythickness; in DrawTextEntryBackground() 797 gtk_paint_flat_box(our_style, widget_to_draw_on->window, in DrawTextEntryBackground() 804 gtk_style_detach(our_style); in DrawTextEntryBackground() 805 g_object_unref(our_style); in DrawTextEntryBackground()
|