Home | History | Annotate | Download | only in tests

Lines Matching full:attributename

922 static gboolean atkAttributeSetAttributeNameHasValue(AtkAttributeSet* set, const gchar* attributeName, const gchar* value)
925 at.name = (gchar*)attributeName;
930 static gboolean atkAttributeSetContainsAttributeName(AtkAttributeSet* set, const gchar* attributeName)
933 at.name = (gchar*)attributeName;