HomeSort by relevance Sort by last modified time
    Searched refs:role (Results 26 - 50 of 64) sorted by null

12 3

  /external/webkit/WebCore/accessibility/
AXObjectCache.h 142 bool nodeIsAriaType(Node*, String role);
AccessibilityObject.h 378 void setRoleValue(AccessibilityRole role) { m_role = role; }
AccessibilityObject.cpp 779 AccessibilityRole role = obj->roleValue(); local
780 if (role == TreeItemRole || role == GroupRole)
887 // "option" isn't here because it may map to different roles depending on the parent element's role
893 // "menuitem" isn't here because it may map to different roles depending on the parent element's role
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 99 JSStringRef role();
AccessibilityUIElement.cpp 398 JSRetainPtr<JSStringRef> role(Adopt, toAXElement(thisObject)->role());
399 return JSValueMakeString(context, role.get());
404 JSRetainPtr<JSStringRef> role(Adopt, toAXElement(thisObject)->subrole());
405 return JSValueMakeString(context, role.get());
623 { "role", getRoleCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
    [all...]
  /external/bluetooth/bluez/compat/
pand.c 63 static uint16_t role = BNEP_SVC_PANU; /* Local role (ie service) */ variable
222 bnep_sdp_register(&src_addr, role);
295 if (!bnep_accept_connection(nsk, role, devname)) {
371 !bnep_create_connection(sk, role, service, netdev)) {
575 { "role", 1, 0, 'r' },
610 "\t--role -r <role> Local PAN role (PANU, NAP, GN)\n"
611 "\t--service -d <role> Remote PAN service (PANU, NAP, GN)\n
    [all...]
  /external/webkit/WebKit/win/
AccessibleBase.cpp 247 pvRole->lVal = wrapper(childObj)->role();
623 static long MSAARole(AccessibilityRole role)
625 switch (role) {
670 // This is the default role for MSAA.
675 long AccessibleBase::role() const function in class:AccessibleBase
AccessibleBase.h 105 virtual long role() const;
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omxcore.h 116 OMX_IN OMX_STRING role,
202 //This function will return the role string
301 OMX_IN OMX_STRING role,
  /external/qemu/hw/
bt-l2cap.c 31 int role; member in struct:l2cap_instance_s
    [all...]
bt.h 515 uint8_t role; member in struct:__anon4579
733 uint8_t role; member in struct:__anon4608
740 uint8_t role; member in struct:__anon4609
1453 uint8_t role; member in struct:__anon4697
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 1178 { "role", 1, 0, 'r' },
1185 "\tcc [--role=m|s] [--ptype=pkt_types] <bdaddr>\n"
1188 "\tcc --role=m 01:02:03:04:05:06\n";
1194 uint8_t role; local
1198 role = 0x01;
1208 role = optarg[0] == 'm' ? 0 : 1;
1241 htobs(0x0000), role, &handle, 25000) < 0)
1319 /* Role switch */
1328 "\tsr <bdaddr> <role>\n";
1333 uint8_t role; local
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 725 void SetParameters(bool create, DeathTest::TestRole role,
774 TestRole role, int status, bool passed) :
775 parent_(parent), role_(role), status_(status), passed_(passed) {
818 DeathTest::TestRole role,
821 role_ = role;
    [all...]
  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omxcore.cpp 1101 /////////////// Given a compName, find the component and then return its role(s)
1102 ///////////////// It's the caller's responsibility to provide enough space for the role(s)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.h 163 ERsnPaeRole role; member in struct:_admCtrl_t
admCtrl.c 129 * I - role - admission cotrol role (AP or Station) \n
201 * I - role - admission cotrol role (AP or Station) \n
245 pAdmCtrl->role = RSN_PAE_SUPP;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
admCtrl.h 162 rsn_paeRole_t role; member in struct:_admCtrl_t
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrl.h 163 ERsnPaeRole role; member in struct:_admCtrl_t
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 339 static AtkRole atkRole(AccessibilityRole role)
341 switch (role) {
378 //return ATK_ROLE_SPIN_BUTTON; // Some confusion about this role in AccessibilityRenderObject.cpp
434 // WebCore does not seem to have a role for list items
441 // WebCore does not know about paragraph role, label role, or section role
1650 AccessibilityRole role = coreObject->roleValue(); local
    [all...]
  /external/bluetooth/bluez/include/bluetooth/
hci.h 359 uint8_t role; member in struct:__anon913
602 uint8_t role; member in struct:__anon944
609 uint8_t role; member in struct:__anon945
1401 uint8_t role; member in struct:__anon1046
    [all...]
hci_lib.h 90 int hci_switch_role(int dd, bdaddr_t *bdaddr, uint8_t role, int to);
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Core.h 297 /* Component name and Role names are limited to 128 characters including the terminating '\0'. */
304 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 280 /* Component name and Role names are limited to 128 characters including the terminating '\0'. */
287 OMX_U8 cRole[OMX_MAX_STRINGNAME_SIZE]; /**< name of standard component which defines component role */
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c 73 "Role Change",
187 "Role Discovery",
189 "Switch Role",
369 "Role Change Not Allowed",
386 "Role Switch Pending",
389 "Role Switch Failed",
482 static char *role2str(uint8_t role)
484 switch (role) {
764 printf("bdaddr %s role 0x%2.2x\n", addr, cp->role);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 162 JSStringRef AccessibilityUIElement::role() function in class:AccessibilityUIElement

Completed in 1015 milliseconds

12 3