Lines Matching full:role
7028 <rdar://problem/5934355> Need to implement ARIA role="spinbutton"
7038 were addressing the generic has-an-ARIA-role case too early here.
7040 bug I ran into while testing role='spinbutton', spinbutton is a
7041 role that can have an active descendant. But we were always trying
17275 Fixed <rdar://problem/5943104> Need to implement ARIA role="menu" and related roles
17276 <rdar://problem/5943132> Need to implement ARIA role="menuitem"
17277 <rdar://problem/5943173> Need to implement ARIA role="menubar"
17279 These changes added a handler for determining the ARIA role when the
17281 over every time we queried for the role.
20228 This patch adds support for the ARIA progressbar role and the
22569 ignore anything with an ARIA role.
24177 Add npfunctions.h and set its role to private.
24529 1. Adds support for the "img" ARIA role
24530 2. Switches over to a HashMap for converting ARIA role attributes
25072 * html/HTMLAttributeNames.in: Add 'role' to list of attributes.
25075 When an ARIA role is set, the role overrides whatever the actual
25105 A lot of spots in the code used to cast to RenderTextControl to get information about the text inside the element. Now that non-native text controls can run this code with the ARIA role 'textbox', it needs to be as general as possible.
25128 Reports ARIA role. If the role is not valid or simply not set, return UnknownRole.
30947 role. It is really
34830 (-[AccessibilityObjectWrapper role]):
35896 (AccessibilityObject::role):