Searched defs:ButtonRole (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h96 ButtonRole, enumerator in enum:WebCore::AccessibilityRole
145 // AppKit includes SortButtonRole but it is misnamed and really a subrole of ButtonRole so we do not include it here.
320 bool isButton() const { return roleValue() == ButtonRole; }

Completed in 949 milliseconds