HomeSort by relevance Sort by last modified time
    Searched full:our_style (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 779 GtkStyle* our_style = gtk_style_copy(gtk_owned_style); local
780 our_style = gtk_style_attach(our_style, widget_to_draw_on->window);
785 gtk_paint_shadow(our_style, widget_to_draw_on->window,
792 gint xborder = our_style->xthickness;
793 gint yborder = our_style->ythickness;
797 gtk_paint_flat_box(our_style, widget_to_draw_on->window,
804 gtk_style_detach(our_style);
805 g_object_unref(our_style);
    [all...]

Completed in 871 milliseconds