Searched refs:combobox (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | translate_infobar_base_gtk.cc | 162 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()
|
D | before_translate_infobar_gtk.cc | 34 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/ |
D | gtk_chrome_cookie_view.cc | 56 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/ |
D | bookmark_bubble_view.h | 84 virtual void ItemChanged(views::Combobox* combobox,
|
D | bookmark_bubble_view.cc | 308 void BookmarkBubbleView::ItemChanged(Combobox* combobox, in ItemChanged() argument
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | mozilla | 19 -moz-combobox
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 10845 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/ |
D | ChangeLog-2010-01-29 | 5880 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 …]
|
D | ChangeLog-2002-12-03 | 1294 <select size=1> (combobox), single line text fields, and buttons.
|
D | ChangeLog-2009-06-16 | 5558 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
|
D | ChangeLog-2010-05-24 | 33472 PopupMenuClient class is the interface used by combobox popup implementations.
|
D | ChangeLog | 34522 [Gtk] Consistent crash from Google/ARIA combobox click
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 26386 Need to implement ARIA role="combobox"
|