HomeSort by relevance Sort by last modified time
    Searched full:combobox (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 36 using views::Combobox;
206 parent_combobox_ = new Combobox(&parent_model_);
308 void BookmarkBubbleView::ItemChanged(Combobox* combobox,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
per.php 62 "COMBOBOX",
visualfoxpro.php 378 'WordWrap','ZOrderSet','ActiveDoc','Checkbox','Column','ComboBox',
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c 307 AtkObject* comboBox = atk_object_ref_accessible_child(panel, 0);
308 g_assert(ATK_IS_OBJECT(comboBox));
309 g_assert(atk_object_get_role(comboBox) == ATK_ROLE_COMBO_BOX);
311 AtkObject* menuPopup = atk_object_ref_accessible_child(comboBox, 0);
322 /* It's not possible to place the caret inside an option for a combobox. */
331 g_object_unref(comboBox);
401 AtkObject* comboBox = atk_object_ref_accessible_child(formObject, 0);
402 g_assert(ATK_IS_OBJECT(comboBox));
404 AtkObject* menuPopup = atk_object_ref_accessible_child(comboBox, 0);
414 g_assert(atk_object_get_role(comboBox) == ATK_ROLE_COMBO_BOX)
    [all...]
  /external/chromium/chrome/browser/chromeos/
language_preferences.h 23 // Currently we have 10 combobox items at most.
27 int item_message_id; // Resource grd ID for the combobox item.
  /external/chromium/chrome/browser/
language_combobox_model.cc 136 // LanguageComboboxModel used to populate a combobox with native names
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 73 self.location = wx.ComboBox(
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 50 ComboBox,
RenderThemeEfl.cpp 909 adjustSizeConstraints(style, ComboBox);
918 return paintThemePart(object, ComboBox, info, rect);
    [all...]
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 153 m_comboBoxWindow = ::CreateWindowEx(0, L"combobox", 0, WS_VISIBLE | WS_CHILD | WS_TABSTOP | WS_VSCROLL | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | CBS_AUTOHSCROLL | CBS_DROPDOWN,
  /external/robolectric/.idea/
uiDesigner.xml 71 <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
  /external/webkit/Source/WebKit/chromium/src/
WebSearchableFormData.cpp 111 // The select is rendered as a combobox (called menulist in WebKit). At
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
mozilla 19 -moz-combobox
  /development/tools/idegen/templates/
android.ipr 225 <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 300 // combobox of most recently modified folders.
  /external/chromium/chrome/browser/importer/
profile_writer.cc 134 // make sure the 'recently added to' combobox in the bubble doesn't get random
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.cpp 115 return result.append("ComboBox");
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 66 // ComboBox constants (from vsstyle.h)
203 m_menuListTheme = OpenThemeData(0, L"ComboBox");
    [all...]
  /development/tools/idegen/
idegen.ipr 239 <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 249 self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_DROPDOWN)
  /frameworks/base/tools/preload/
preload.ipr 305 <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 319 // Ensure that we never pick up the (Android x.y) suffix shown in combobox
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 921 { "combobox", ComboBoxRole },
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 56 to make something like a ComboBox (a combination of popup list and free
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 89 // box ("combobox" on Windows).
    [all...]

Completed in 1373 milliseconds

12 3