Home | History | Annotate | Download | only in tests

Lines Matching full:atktext

79 typedef gchar* (*AtkGetTextFunction) (AtkText*, gint, AtkTextBoundary, gint*, gint*);
81 static void testGetTextFunction(AtkText* textObject, AtkGetTextFunction fn, AtkTextBoundary boundary, gint offset, const char* textResult, gint startOffsetResult, gint endOffsetResult)
92 static void runGetTextTests(AtkText* textObject)
353 /* Get to the inner AtkText object. */
359 AtkText* textObject = ATK_TEXT(object);
458 /* Check the implementation of the AtkText interface. */
460 AtkText* atkText = ATK_TEXT(item1);
461 char *text = atk_text_get_text(atkText, 0, -1);
464 text = atk_text_get_text(atkText, 0, 2);
469 atkText = ATK_TEXT(item2);
470 text = atk_text_get_text(atkText, 0, -1);
473 text = atk_text_get_text(atkText, 1, 3);
499 AtkText* paragraph1 = ATK_TEXT(atk_object_ref_accessible_child(object, 0));
521 AtkText* paragraph2 = ATK_TEXT(atk_object_ref_accessible_child(object, 1));
543 AtkText* paragraph3 = ATK_TEXT(atk_object_ref_accessible_child(object, 2));
582 /* Get to the inner AtkText object. */
588 AtkText* textObject = ATK_TEXT(object);
607 /* Get to the inner AtkText object. */
613 AtkText* textObject = ATK_TEXT(object);
632 /* Get to the inner AtkText object. */
638 AtkText* textObject = ATK_TEXT(object);
657 /* Get to the inner AtkText object. */
665 AtkText* textObject = ATK_TEXT(object);
684 /* Get to the inner AtkText object. */
692 AtkText* textObject = ATK_TEXT(object);
711 /* Get to the inner AtkText object. */
717 AtkText* textObject = ATK_TEXT(object);
745 /* Get to the inner AtkText object. */
753 AtkText* textObject1 = ATK_TEXT(object1);
755 AtkText* textObject2 = ATK_TEXT(object2);
780 /* Get to the inner AtkText object. */
788 AtkText* textObject1 = ATK_TEXT(object1);
790 AtkText* textObject2 = ATK_TEXT(object2);
820 /* Tables should not implement AtkText. */
977 AtkText* childText = ATK_TEXT(child);
1085 AtkText* paragraph1 = ATK_TEXT(atk_object_ref_accessible_child(object, 0));
1088 AtkText* paragraph2 = ATK_TEXT(atk_object_ref_accessible_child(object, 1));
1091 AtkText* link = ATK_TEXT(atk_object_ref_accessible_child(ATK_OBJECT(paragraph2), 0));
1097 AtkText* listItem = ATK_TEXT(atk_object_ref_accessible_child(list, 0));
1130 /* Try removing the selection from other AtkText object (should fail). */
1242 AtkText* shortText1 = ATK_TEXT(atk_object_ref_accessible_child(object, 0));
1244 AtkText* longText = ATK_TEXT(atk_object_ref_accessible_child(object, 1));
1246 AtkText* shortText2 = ATK_TEXT(atk_object_ref_accessible_child(object, 2));
1248 AtkText* multilineText = ATK_TEXT(atk_object_ref_accessible_child(object, 3));
1603 static void textChangedCb(AtkText* text, gint pos, gint len, const gchar* detail)