• Home
  • Raw
  • Download

Lines Matching refs:item1

407     AtkObject* item1 = atk_object_ref_accessible_child(menuPopup, 0);  in testWebkitAtkComboBox()  local
408 g_assert(ATK_IS_OBJECT(item1)); in testWebkitAtkComboBox()
416 g_assert(atk_object_get_role(item1) == ATK_ROLE_MENU_ITEM); in testWebkitAtkComboBox()
426 g_assert(selectedItem == item1); in testWebkitAtkComboBox()
440 g_assert(ATK_IS_ACTION(item1)); in testWebkitAtkComboBox()
441 atkAction = ATK_ACTION(item1); in testWebkitAtkComboBox()
459 g_assert(ATK_IS_TEXT(item1)); in testWebkitAtkComboBox()
460 AtkText* atkText = ATK_TEXT(item1); in testWebkitAtkComboBox()
480 g_object_unref(item1); in testWebkitAtkComboBox()
1550 AtkObject* item1 = atk_object_ref_accessible_child(uList, 0); in testWebkitAtkListsOfItems() local
1551 g_assert(ATK_IS_TEXT(item1)); in testWebkitAtkListsOfItems()
1557 g_assert_cmpint(atk_object_get_n_accessible_children(item1), ==, 0); in testWebkitAtkListsOfItems()
1561 g_assert_cmpstr(atk_text_get_text(ATK_TEXT(item1), 0, -1), ==, "\342\200\242 text only"); in testWebkitAtkListsOfItems()
1565 g_object_unref(item1); in testWebkitAtkListsOfItems()
1576 item1 = atk_object_ref_accessible_child(oList, 0); in testWebkitAtkListsOfItems()
1577 g_assert(ATK_IS_TEXT(item1)); in testWebkitAtkListsOfItems()
1583 g_assert_cmpstr(atk_text_get_text(ATK_TEXT(item1), 0, -1), ==, "1. text only"); in testWebkitAtkListsOfItems()
1587 g_assert_cmpint(atk_object_get_n_accessible_children(item1), ==, 0); in testWebkitAtkListsOfItems()
1591 g_object_unref(item1); in testWebkitAtkListsOfItems()