| /external/chromium/chrome/browser/autocomplete/ |
| autocomplete_accessibility.cc | 159 VARIANT* role) { 160 if (var_id.vt != VT_I4 || !role) { 164 role->vt = VT_I4; 166 // Need to override the default role, which is ROLE_SYSTEM_CLIENT. 168 role->lVal = ROLE_SYSTEM_TEXT;
|
| /external/chromium/chrome/common/extensions/docs/static/ |
| a11y.html | 94 The ARIA attribute <em>role</em> 97 It is expressed with the DOM attribute <code>role</code>, 98 with a value set to one of the pre-defined ARIA role strings. 100 the role attribute should not change its value. 104 The <a href="http://www.w3.org/WAI/PF/aria/roles">ARIA Role Specification</a> 105 holds detailed information on how to pick the correct role. 107 set the <code>role</code> attribute of the toolbar's DOM element as follows: 111 <div role="toolbar"> 116 the current state and properties of controls of a particular role. 118 For example, a control with the role "checkbox [all...] |
| /external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
| a11y.html | 94 The ARIA attribute <em>role</em> 97 It is expressed with the DOM attribute <code>role</code>, 98 with a value set to one of the pre-defined ARIA role strings. 100 the role attribute should not change its value. 104 The <a href="http://www.w3.org/WAI/PF/aria/roles">ARIA Role Specification</a> 105 holds detailed information on how to pick the correct role. 107 set the <code>role</code> attribute of the toolbar's DOM element as follows: 111 <div role="toolbar"> 116 the current state and properties of controls of a particular role. 118 For example, a control with the role "checkbox [all...] |
| /external/chromium_org/chromeos/dbus/ |
| bluetooth_profile_manager_client.cc | 22 : role(SYMMETRIC), 74 // Don't send the default Role since there's no value for it. 75 if (options.role != SYMMETRIC) { 79 if (options.role == CLIENT) 82 else if (options.role == SERVER)
|
| /external/chromium_org/remoting/host/ |
| server_log_entry_unittest.cc | 70 key_value_pairs["role"] = "host"; 83 key_value_pairs["role"] = "host"; 97 key_value_pairs["role"] = "host"; 126 key_value_pairs["role"] = "host"; 142 key_value_pairs["role"] = "host";
|
| /external/libsepol/tests/policies/test-deps/ |
| small-base.conf | 429 role system_r types sys_foo_t; 432 role user_r types user_t; 435 role sysadm_r types sysadm_t; 438 role system_r types { system_t sys_foo_t }; 456 # Role Allow
|
| /external/chromium/chrome/browser/accessibility/ |
| browser_accessibility_mac_unittest.mm | 52 root.role = WebAccessibility::ROLE_WEB_AREA; 59 child1.role = WebAccessibility::ROLE_BUTTON; 65 child2.role = WebAccessibility::ROLE_HEADING;
|
| /external/chromium/webkit/glue/ |
| webaccessibility.h | 27 enum Role { 214 Role role; member in struct:webkit_glue::WebAccessibility
|
| /external/chromium_org/content/browser/accessibility/ |
| browser_accessibility_cocoa.h | 41 // Convenience method to get the internal, cross-platform role 85 // A string indicating the role of this object as far as accessibility 87 @property(nonatomic, readonly) NSString* role; variable
|
| browser_accessibility_mac_unittest.mm | 71 root.role = blink::WebAXRoleRootWebArea; 81 child1.role = blink::WebAXRoleButton; 88 child2.role = blink::WebAXRoleHeading;
|
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| chatroommodule_unittest.cc | 223 "<item affiliation=\"owner\" role=\"participant\"/>" 232 "<item affiliation=\"member\" role=\"participant\"/>" 241 "<item affiliation=\"member\" role=\"participant\"/>" 252 "<item affiliation=\"member\" role=\"participant\"/>" 262 "<item affiliation=\"member\" role=\"participant\"/>" 279 "<item affiliation=\"member\" role=\"participant\"/>"
|
| /external/chromium_org/ui/accessibility/ |
| ax_tree_serializer_unittest.cc | 68 treedata0_.nodes[0].role = AX_ROLE_ROOT_WEB_AREA; 77 treedata1_.nodes[0].role = AX_ROLE_ROOT_WEB_AREA; 103 treedata0_.nodes[0].role = AX_ROLE_ROOT_WEB_AREA; 114 treedata1_.nodes[0].role = AX_ROLE_ROOT_WEB_AREA; 143 treedata0_.nodes[0].role = AX_ROLE_ROOT_WEB_AREA; 158 treedata1_.nodes[0].role = AX_ROLE_ROOT_WEB_AREA;
|
| /external/antlr/antlr-3.4/antlr3-maven-plugin/ |
| pom.xml | 166 <role>Originator, version 3.1.3+</role> 174 <role>Project lead - ANTLR</role> 182 <role>Originator - prior version</role> 190 <role>Contributor - prior versions</role>
|
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| Token.pm | 10 use Moose::Role; 79 no Moose::Role;
|
| /external/bluetooth/bluedroid/bta/sys/ |
| bta_sys_int.h | 69 tBTA_SYS_CONN_CBACK *prm_cb; /* role management callback registered by DM */ 73 tBTA_SYS_CONN_CBACK *p_role_cb; /* role change callback registered by AV */
|
| /external/bluetooth/bluedroid/stack/pan/ |
| pan_int.h | 31 ** This role is used to shutdown the profile. Used internally 72 UINT8 role; member in struct:__anon3953
|
| /external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
| AXNodeObject.cpp | 236 AccessibilityRole role = ariaRoleToWebCoreRole(ariaRole); 239 if (role == PresentationalRole && canSetFocusAttribute()) 242 if (role == ButtonRole) 243 role = buttonRoleType(); 245 if (role == TextAreaRole && !ariaIsMultiline()) 246 role = TextFieldRole; 248 role = remapAriaRoleDueToParent(role); 250 if (role) 251 return role; 1247 AccessibilityRole role = axObj->roleValue(); local [all...] |
| /external/chromium_org/ui/views/accessibility/ |
| native_view_accessibility_win.h | 111 // Retrieves information describing the role of the specified object. 112 STDMETHODIMP get_accRole(VARIANT var_id, VARIANT* role); 140 STDMETHODIMP role(LONG* role); 344 // Returns a conversion from the Role (as defined in accessibility_types.h) 345 // to an MSAA role. 346 static int32 MSAARole(ui::AccessibilityTypes::Role role);
|
| native_view_accessibility_win.cc | 690 VARIANT var_id, VARIANT* role) { 691 if (!IsValidId(var_id) || !role) 699 role->vt = VT_I4; 700 role->lVal = MSAARole(state.role); 811 STDMETHODIMP NativeViewAccessibilityWin::role(LONG* role) { function in class:views::NativeViewAccessibilityWin 815 if (!role) 820 *role = MSAARole(state.role); 1105 long role = MSAARole(state.role); local 1125 long role = MSAARole(state.role); local [all...] |
| /external/checkpolicy/test/ |
| dismod.c | 416 char *user, *role, *type; local 421 role = p->p_role_val_to_name[cur->context[0].role - 1]; 424 cur->u.name, cur->sid[0], user, role, type); 430 role = p->p_role_val_to_name[cur->context[0].role - 1]; 433 cur->u.name, cur->sid[0], user, role, type); 464 fprintf(fp, "role transition "); 477 fprintf(fp, "role allow "); 499 role_datum_t *role; local [all...] |
| /external/libsepol/include/sepol/policydb/ |
| policydb.h | 114 /* Options how a new object user and role should be decided */ 130 /* Role attributes */ 133 ebitmap_t dominates; /* set of roles dominated by this role */ 134 type_set_t types; /* set of authorized types for role */ 136 uint32_t bounds; /* bounds role, if exist */ 137 #define ROLE_ROLE 0 /* regular role in kernel policies */ 144 uint32_t role; /* current role */ member in struct:role_trans 147 uint32_t new_role; /* new role */ 152 uint32_t role; /* current role * member in struct:role_allow [all...] |
| /external/bluetooth/bluedroid/stack/avrc/ |
| avrc_opt.c | 85 ** function can only be called for controller role connections. 126 ** function can only be called for controller role connections. 172 ** function can only be called for controller role connections. 205 ** function can only be called for target role connections.
|
| /external/bluetooth/bluedroid/stack/smp/ |
| smp_act.c | 60 SMP_TRACE_DEBUG4("before update role=%d recv=%d loc_i_key = %02x, loc_r_key = %02x", p_cb->role, recv, p_cb->loc_i_key, p_cb->loc_r_key); 61 if (p_cb->role == HCI_ROLE_SLAVE) 363 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE)) 396 else if (p_cb->role == HCI_ROLE_SLAVE) 551 if (p_cb->role == HCI_ROLE_SLAVE) 687 else if (p_cb->role == HCI_ROLE_MASTER) 700 UINT8 key_to_dist = (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->loc_r_key : p_cb->loc_i_key; 724 SMP_TRACE_DEBUG3 ("smp_key_distribution role=%d (0-master) r_keys=0x%x i_keys=0x%x", 725 p_cb->role, p_cb->loc_r_key, p_cb->loc_i_key) [all...] |
| /external/chromium/chrome/browser/notifications/ |
| notification_delegate.h | 13 // Delegate for a notification. This class has two role, to implement
|
| /external/chromium/chrome/browser/ui/views/infobars/ |
| infobar_container_view.cc | 43 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
|