Home | History | Annotate | Download | only in accessibility

Lines Matching defs:roleValue

268     virtual bool isListBox() const { return roleValue() == ListBoxRole; }
292 bool isTabList() const { return roleValue() == TabListRole; }
293 bool isTabItem() const { return roleValue() == TabRole; }
294 bool isRadioGroup() const { return roleValue() == RadioGroupRole; }
295 bool isComboBox() const { return roleValue() == ComboBoxRole; }
296 bool isTree() const { return roleValue() == TreeRole; }
297 bool isTreeItem() const { return roleValue() == TreeItemRole; }
298 bool isScrollbar() const { return roleValue() == ScrollBarRole; }
299 bool isButton() const { return roleValue() == ButtonRole; }
379 virtual AccessibilityRole roleValue() const { return m_role; }
504 virtual AccessibilityRole roleValueForMSAA() const { return roleValue(); }