Home | History | Annotate | Download | only in win

Lines Matching full:role

344         Add a new accessibility role for list items. Part of
348 (MSAARole): Return ROLE_SYSTEM_LISTITEM for list item role.
355 Populate role attribute for document objects correctly
359 (AccessibleDocument::role): Return ROLE_SYSTEM_DOCUMENT for
361 * AccessibleDocument.h: Add the role function prototype in
1605 Rename CachedPagePlatformData to CachedFramePlatformData to more accurately reflect its true role.
5198 (AccessibleBase::get_accRole): Report the result of role().
5199 (MSAARole): Added; returns the MSAA role for a WebCore role.
5200 (AccessibleBase::role): Return the MSAA role for the object's roleValue.
5201 * AccessibleBase.h: Add declaration for role().