OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bubble_area_box
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
first_run_dialog.cc
215
GtkWidget*
bubble_area_box
= gtk_vbox_new(FALSE, 0);
local
216
gtk_container_set_border_width(GTK_CONTAINER(
bubble_area_box
),
219
bubble_area_box
);
local
226
gtk_box_pack_start(GTK_BOX(
bubble_area_box
), explanation, FALSE, FALSE, 0);
232
gtk_box_pack_start(GTK_BOX(
bubble_area_box
), search_engine_hbox_,
Completed in 624 milliseconds