Lines Matching defs:set3
991 AtkAttributeSet* set3 = atk_text_get_run_attributes(childText, 17, &startOffset, &endOffset);
994 g_assert(atkAttributeSetAttributeHasValue(set3, ATK_TEXT_ATTR_WEIGHT, "700"));
1002 atk_attribute_set_free(set3);
1036 set3 = atk_text_get_run_attributes(childText, 5, &startOffset, &endOffset);
1037 g_assert(atkAttributeSetAreEqual(set2, set3));
1039 atk_attribute_set_free(set3);
1041 set3 = atk_text_get_run_attributes(childText, 2, &startOffset, &endOffset);
1043 g_assert(atkAttributeSetAreEqual(set3, set4));
1044 g_assert(!atkAttributeSetAreEqual(set1, set3));
1045 g_assert(!atkAttributeSetAreEqual(set2, set3));
1048 atk_attribute_set_free(set3);
1064 set3 = atk_text_get_default_attributes(childText);
1065 g_assert(atkAttributeSetAttributeHasValue(set3, ATK_TEXT_ATTR_JUSTIFICATION, "center"));
1068 atk_attribute_set_free(set3);