HomeSort by relevance Sort by last modified time
    Searched defs:comboBox (Results 1 - 3 of 3) sorted by null

  /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...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1504 milliseconds