OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:combobox
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/infobars/
before_translate_infobar_gtk.cc
34
GtkWidget*
combobox
=
local
37
g_signal_connect(
combobox
, "changed",
39
gtk_box_pack_start(GTK_BOX(hbox),
combobox
, FALSE, FALSE, 0);
local
translate_infobar_base_gtk.cc
162
GtkWidget*
combobox
= gtk_combo_box_new_with_model(GTK_TREE_MODEL(model));
local
164
gtk_combo_box_set_active_iter(GTK_COMBO_BOX(
combobox
), &selected_iter);
167
gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(
combobox
), renderer, TRUE);
168
gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(
combobox
), renderer,
171
return
combobox
;
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc
56
GtkWidget**
combobox
,
61
*
combobox
= gtk_combo_box_new_with_model(GTK_TREE_MODEL(*store));
65
gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(*
combobox
), cell, TRUE);
66
gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(*
combobox
), cell,
70
gtk_box_pack_start(GTK_BOX(hbox), *
combobox
, FALSE, FALSE, 0);
local
Completed in 31 milliseconds