OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:our_style
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc
682
GtkStyle*
our_style
= gtk_style_copy(gtk_owned_style);
local
683
our_style
= gtk_style_attach(
our_style
, widget_to_draw_on->window);
688
gtk_paint_shadow(
our_style
, widget_to_draw_on->window,
695
gint xborder =
our_style
->xthickness;
696
gint yborder =
our_style
->ythickness;
700
gtk_paint_flat_box(
our_style
, widget_to_draw_on->window,
707
gtk_style_detach(
our_style
);
708
g_object_unref(
our_style
);
[
all
...]
/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 109 milliseconds