Home | History | Annotate | Download | only in tests

Lines Matching full:longtext

1244     AtkText* longText = ATK_TEXT(atk_object_ref_accessible_child(object, 1));
1245 g_assert(ATK_IS_TEXT(longText));
1254 atk_text_get_range_extents(longText, 0, 44, ATK_XY_WINDOW, &lline_window);
1289 atk_text_get_character_extents(longText, 0, &x, &y, &width, &height, ATK_XY_WINDOW);
1294 atk_text_get_character_extents(longText, 43, &x, &y, &width, &height, ATK_XY_WINDOW);
1339 g_object_unref(longText);