Home | History | Annotate | Download | only in accessibility

Lines Matching defs:roleValue

304     virtual AccessibilityRole roleValue() const { return m_role; }
311 bool isCanvas() const { return roleValue() == CanvasRole; }
312 bool isCheckbox() const { return roleValue() == CheckBoxRole; }
314 bool isColorWell() const { return roleValue() == ColorWellRole; }
315 bool isComboBox() const { return roleValue() == ComboBoxRole; }
328 bool isListItem() const { return roleValue() == ListItemRole; }
342 bool isRadioButton() const { return roleValue() == RadioButtonRole; }
343 bool isScrollbar() const { return roleValue() == ScrollBarRole; }
345 virtual bool isSpinButton() const { return roleValue() == SpinButtonRole; }
347 bool isTabItem() const { return roleValue() == TabRole; }
352 bool isTree() const { return roleValue() == TreeRole; }
353 bool isTreeItem() const { return roleValue() == TreeItemRole; }
354 bool isWebArea() const { return roleValue() == WebAreaRole; }