Home | History | Annotate | Download | only in accessibility

Lines Matching defs:roles

906     const RoleEntry roles[] = {
933 // "option" isn't here because it may map to different roles depending on the parent element's role
939 // "menuitem" isn't here because it may map to different roles depending on the parent element's role
972 for (size_t i = 0; i < WTF_ARRAY_LENGTH(roles); ++i)
973 roleMap->set(roles[i].ariaRole, roles[i].webcoreRole);