HomeSort by relevance Sort by last modified time
    Searched full:role (Results 251 - 275 of 1261) sorted by null

<<11121314151617181920>>

  /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 &lt;div role="toolbar"&gt;
116 the current state and properties of controls of a particular role.
118 For example, a control with the role "checkbox
    [all...]
  /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_org/content/browser/accessibility/
browser_accessibility_mac_unittest.mm 32 root.role = ui::AX_ROLE_ROOT_WEB_AREA;
42 child1.role = ui::AX_ROLE_BUTTON;
49 child2.role = ui::AX_ROLE_HEADING;
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.pom 70 <role>project lead</role>
77 <role>project founder</role>
84 <role>developer</role>
91 <role>developer</role>
98 <role>developer</role>
    [all...]
  /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;
ax_view_state.h 38 // The view's role, like button or list box.
39 AXRole role; member in struct:ui::AXViewState
  /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/avct/
avct_api.c 123 ** the p_cc->role parameter. When this function is called to
139 AVCT_TRACE_API("AVCT_CreateConn: %d, control:%d", p_cc->role, p_cc->control);
152 if (p_cc->role == AVCT_INT)
227 ** the role parameter. When this function is called to
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
245 AVCT_TRACE_API("AVCT_CreateBrowse: %d", role);
262 if (role == AVCT_INT)
296 UNUSED(role);
  /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:__anon6307
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js 37 container.setAttribute('role', 'menu');
42 newItem.setAttribute('role', 'menuitem');
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_overlay.css 13 #autofill-edit-address-overlay .long div[role='listitem'] > div > div,
20 #autofill-edit-address-overlay .short div[role='listitem'] > div > div,
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_layout.scss 41 footer[role="contentinfo"] {
57 footer[role="contentinfo"] {
  /external/chromium_org/third_party/webrtc/base/
sslstreamadapterhelper.cc 31 void SSLStreamAdapterHelper::SetServerRole(SSLRole role) {
32 role_ = role;
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.cc 46 out_node_data->role = view_data.role;
  /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...]
  /hardware/intel/common/omx-components/videocodec/
OMXComponentDefines.h 103 #define DECLARE_OMX_COMPONENT(NAME, ROLE, CLASS) \
105 static const char *gRole = (const char *)(ROLE);\
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 312 /* if start failed, clear role */
313 p_scb->role &= ~BTA_AV_ROLE_START_INT;
341 (p_scb->use_rc == TRUE || (p_scb->role & BTA_AV_ROLE_AD_ACP)) )
758 ** Description Switch role was not started and a timer was started.
759 ** another attempt to switch role now - still opening.
813 ** Description Handle the role changed event
825 APPL_TRACE_DEBUG("bta_av_role_res q_tag:%d, wait:x%x, role:x%x", p_scb->q_tag, p_scb->wait, p_scb->role);
826 if (p_scb->role & BTA_AV_ROLE_START_INT)
836 p_scb->role &= ~BTA_AV_ROLE_START_INT
1045 UINT8 role = BTA_AV_ROLE_AD_INT; local
    [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 62 SMP_TRACE_DEBUG("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);
63 if (p_cb->role == HCI_ROLE_SLAVE)
387 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
420 else if (p_cb->role == HCI_ROLE_SLAVE)
575 if (p_cb->role == HCI_ROLE_SLAVE)
718 else if (p_cb->role == HCI_ROLE_MASTER)
731 UINT8 key_to_dist = (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->loc_r_key : p_cb->loc_i_key;
755 SMP_TRACE_DEBUG ("smp_key_distribution role=%d (0-master) r_keys=0x%x i_keys=0x%x",
756 p_cb->role, p_cb->loc_r_key, p_cb->loc_i_key)
    [all...]
  /external/chromium_org/android_webview/native/
aw_browser_dependency_factory.h 24 // Note this is a distinct role to the Webview embedder proper: this class is
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.html 1 <div class="step right hidden" id="gaia-signin" role="group"

Completed in 685 milliseconds

<<11121314151617181920>>