HomeSort by relevance Sort by last modified time
    Searched full:role (Results 326 - 350 of 1058) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXList.cpp 66 // The ARIA spec says the "list" role is supposed to mimic a UL or OL tag.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAttributeNames.in 299 role
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.h 74 ConnectionRole role) const;
  /external/chromium_org/ui/accessibility/
ax_tree_update.h 29 // |node.role| == WebAXRoleRootWebArea.
  /external/chromium_org/ui/views/controls/
resize_area.cc 77 state->role = ui::AccessibilityTypes::ROLE_SEPARATOR;
  /external/chromium_org/ui/views/window/
client_view.cc 78 state->role = ui::AccessibilityTypes::ROLE_CLIENT;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble_button.js 25 this.image.setAttribute('role', 'button');
  /external/kernel-headers/original/linux/raid/
md_p.h 91 __u32 raid_disk; /* 3 The role of the device in the raid set */
242 __u32 dev_number; /* permanent identifier of this device - not role in raid */
261 * have a meaningful role.
263 __u16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 509 ** - Inactivity Timeout as initiator role (LLCP_INIT_INACTIVITY_TIMEOUT)
510 ** - Inactivity Timeout as target role (LLCP_TARGET_INACTIVITY_TIMEOUT)
540 ** - Inactivity Timeout as initiator role
541 ** - Inactivity Timeout as target role
  /external/libsepol/tests/
test-expander-users.c 62 printf("role %s associated with user %s %d times\n", role_names[j], user_name, found[j]);
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 377 private String role; field in class:MUCUser.Item
383 * @param role the privilege level of an occupant within a room.
385 public Item(String affiliation, String role) {
387 this.role = role;
444 * have no defined role). A role lasts only for the duration of an occupant's visit to
450 return role;
505 buf.append(" role=\"").append(getRole()).append("\"");
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCAdminProvider.java 60 parser.getAttributeValue("", "role"));
  /external/tcpdump/
print-stp.c 130 /* Port role is only valid for 802.1w */
132 printf(", port-role %s",
233 printf(", port-role %s",
260 printf("\n\tMSTI %d, Flags [%s], port-role %s",
  /frameworks/base/docs/html/guide/topics/manifest/
action-element.jd 20 Intent Filters</a> for details on intent filters and the role of action
category-element.jd 16 Intent Filters</a> for details on intent filters and the role of category
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V40.java 43 "EMAIL", "IMPP", "LANG", "TZ", "GEO", "TITLE", "ROLE",
  /frameworks/opt/vcard/tests/res/raw/
v21_complicated.vcf 6 ROLE:Fish Cake Keeper!
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core_Wrapper.h 65 OMX_IN OMX_STRING role,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 91 __u32 raid_disk; /* 3 The role of the device in the raid set */
242 __le32 dev_number; /* permanent identifier of this device - not role in raid */
261 * have a meaningful role.
263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 91 __u32 raid_disk; /* 3 The role of the device in the raid set */
242 __le32 dev_number; /* permanent identifier of this device - not role in raid */
261 * have a meaningful role.
263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 91 __u32 raid_disk; /* 3 The role of the device in the raid set */
242 __le32 dev_number; /* permanent identifier of this device - not role in raid */
261 * have a meaningful role.
263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 566 bool WebRtcSession::GetSslRole(talk_base::SSLRole* role) {
569 << "SSL Role of the session.";
573 // TODO(mallinath) - Return role of each transport, as role may differ from
575 // In current implementaion we just return the role of first transport in the
580 return iter->second->impl()->GetSslRole(role);
642 talk_base::SSLRole role; local
643 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
644 mediastream_signaling_->OnDtlsRoleReadyForSctp(role);
699 talk_base::SSLRole role; local
1037 talk_base::SSLRole role; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.css 14 div[role='main'] {
25 div[role='main'].incognito {
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm 133 string role = SysNSStringToUTF8(
135 dict->SetString(SysNSStringToUTF8(NSAccessibilityRoleAttribute), role);
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_focus_only.cc 104 root.role = blink::WebAXRoleRootWebArea;
114 child.role = blink::WebAXRoleGroup;

Completed in 1238 milliseconds

<<11121314151617181920>>