Home | History | Annotate | Download | only in accessibility

Lines Matching refs:accessibilityDescription

1121 String AXNodeObject::accessibilityDescription() const
1139 // An element's descriptive text is comprised of title() (what's visible on the screen) and accessibilityDescription() (other descriptive text).
1141 accessibilityDescription) and there's no title(), we should fallback to using the title attribute.
1218 String description = accessibilityDescription();