Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/tests/
Dtestatkroles.c252 AtkObject* listboxObj; in test_webkit_atk_get_role_listbox() local
257 listboxObj = atk_object_ref_accessible_child(fixture->obj, 0); in test_webkit_atk_get_role_listbox()
258 g_assert(listboxObj); in test_webkit_atk_get_role_listbox()
259 fixture->role = atk_object_get_role(listboxObj); in test_webkit_atk_get_role_listbox()
262 get_child_and_test_role(listboxObj, 0, ATK_ROLE_LIST_ITEM); in test_webkit_atk_get_role_listbox()
263 get_child_and_test_role(listboxObj, 1, ATK_ROLE_LIST_ITEM); in test_webkit_atk_get_role_listbox()
264 get_child_and_test_role(listboxObj, 2, ATK_ROLE_LIST_ITEM); in test_webkit_atk_get_role_listbox()
267 g_object_unref(listboxObj); in test_webkit_atk_get_role_listbox()