Home | History | Annotate | Download | only in accessibility

Lines Matching defs:role

315     VARIANT var_id, VARIANT* role) {
319 if (!role)
327 role->vt = VT_BSTR;
328 role->bstrVal = SysAllocString(target->role_name_.c_str());
330 role->vt = VT_I4;
331 role->lVal = target->ia_role_;
403 STDMETHODIMP BrowserAccessibilityWin::role(LONG* role) {
407 if (!role)
410 *role = ia2_role_;
1567 // TODO(dmazzoni): figure out the proper MSAA role for all of these.
1587 // The role should always be set.
1590 // If we didn't explicitly set the IAccessible2 role, make it the same
1591 // as the MSAA role.