HomeSort by relevance Sort by last modified time
    Searched full:relationset (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 234 static void setAtkRelationSetFromCoreObject(AccessibilityObject* coreObject, AtkRelationSet* relationSet)
239 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABELLED_BY, label->wrapper());
243 atk_relation_set_add_relation_by_type(relationSet, ATK_RELATION_LABEL_FOR, control->wrapper());
679 AtkRelationSet* relationSet = ATK_OBJECT_CLASS(webkit_accessible_parent_class)->ref_relation_set(object);
682 setAtkRelationSetFromCoreObject(coreObject, relationSet);
684 return relationSet;
    [all...]

Completed in 143 milliseconds