Home | History | Annotate | Download | only in accessibility

Lines Matching refs:roleValue

284     virtual bool isCheckbox() const { return roleValue() == CheckBoxRole; }
285 virtual bool isRadioButton() const { return roleValue() == RadioButtonRole; }
286 virtual bool isListBox() const { return roleValue() == ListBoxRole; }
312 bool isTextControl() const { return roleValue() == TextAreaRole || roleValue() == TextFieldRole; }
313 bool isTabList() const { return roleValue() == TabListRole; }
314 bool isTabItem() const { return roleValue() == TabRole; }
315 bool isRadioGroup() const { return roleValue() == RadioGroupRole; }
316 bool isComboBox() const { return roleValue() == ComboBoxRole; }
317 bool isTree() const { return roleValue() == TreeRole; }
318 bool isTreeItem() const { return roleValue() == TreeItemRole; }
319 bool isScrollbar() const { return roleValue() == ScrollBarRole; }
320 bool isButton() const { return roleValue() == ButtonRole; }
321 bool isListItem() const { return roleValue() == ListItemRole; }
323 bool isScrollView() const { return roleValue() == ScrollAreaRole; }
417 virtual AccessibilityRole roleValue() const { return m_role; }
546 virtual AccessibilityRole roleValueForMSAA() const { return roleValue(); }