Home
last modified time | relevance | path

Searched refs:combobox (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
Dtranslate_infobar_base_gtk.cc162 GtkWidget* combobox = gtk_combo_box_new_with_model(GTK_TREE_MODEL(model)); in CreateLanguageCombobox() local
164 gtk_combo_box_set_active_iter(GTK_COMBO_BOX(combobox), &selected_iter); in CreateLanguageCombobox()
167 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(combobox), renderer, TRUE); in CreateLanguageCombobox()
168 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(combobox), renderer, in CreateLanguageCombobox()
171 return combobox; in CreateLanguageCombobox()
Dbefore_translate_infobar_gtk.cc34 GtkWidget* combobox = in Init() local
37 g_signal_connect(combobox, "changed", in Init()
39 gtk_box_pack_start(GTK_BOX(hbox), combobox, FALSE, FALSE, 0); in Init()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_cookie_view.cc56 GtkWidget** combobox, in InitComboboxRow() argument
61 *combobox = gtk_combo_box_new_with_model(GTK_TREE_MODEL(*store)); in InitComboboxRow()
65 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(*combobox), cell, TRUE); in InitComboboxRow()
66 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(*combobox), cell, in InitComboboxRow()
70 gtk_box_pack_start(GTK_BOX(hbox), *combobox, FALSE, FALSE, 0); in InitComboboxRow()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bubble_view.h84 virtual void ItemChanged(views::Combobox* combobox,
Dbookmark_bubble_view.cc308 void BookmarkBubbleView::ItemChanged(Combobox* combobox, in ItemChanged() argument
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dmozilla19 -moz-combobox
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1610845 Do not set the combobox font on Maemo5 and S60; use the
10905 Don't try to show the combobox by simulating a mouse event from QCursor::pos() to
10906 get the combobox position right. The position on Maemo 5 is independent from the mouse
/external/webkit/Source/WebCore/
DChangeLog-2010-01-295880 Optimization of the WebCore support to combobox popup delegate.
20432 [Qt] Implement combobox delegate for Qt
20441 The objective is to make it easy to replace the combobox popup at WebCore layer providing
20442 support to the combobox popup delegation API. Future patches will make it possible to
20443 replace the combobox popup at WebKit layer.
20752 [Qt] Implement combobox delegate for Qt
20762 public QtWebKit combobox popup delegation API.
20764 …FallbackWebPopup inherits from QtAbstractWebPopup and implements the currently used combobox popup.
21228 In preparation to future implementation of a delegation API for the combobox.
36590 Need to implement ARIA role="combobox"
[all …]
DChangeLog-2002-12-031294 <select size=1> (combobox), single line text fields, and buttons.
DChangeLog-2009-06-165558 Don't try to use the new combobox parts on Vista in Classic mode
5569 (WebCore::RenderThemeWin::paintMenuList): Only use the new combobox
55158 combobox item (i.e. the call to the JS handler) from a different
DChangeLog-2010-05-2433472 PopupMenuClient class is the interface used by combobox popup implementations.
DChangeLog34522 [Gtk] Consistent crash from Google/ARIA combobox click
/external/webkit/Tools/
DChangeLog-2010-05-2426386 Need to implement ARIA role="combobox"