HomeSort by relevance Sort by last modified time
    Searched defs:role (Results 1 - 23 of 23) sorted by null

  /external/webkit/WebKit/win/
AccessibleDocument.cpp 41 long AccessibleDocument::role() const function in class:AccessibleDocument
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
  /external/libxml2/
xlink.c 124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
  /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/bluetooth/bluez/lib/bluetooth/
bnep.h 127 uint16_t role; member in struct:bnep_connadd_req
138 uint16_t role; member in struct:bnep_conninfo
hci.h 370 uint8_t role; member in struct:__anon1693
613 uint8_t role; member in struct:__anon1724
620 uint8_t role; member in struct:__anon1725
1663 uint8_t role; member in struct:__anon1859
1936 uint8_t role; member in struct:__anon1893
    [all...]
  /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:__anon6309
733 uint8_t role; member in struct:__anon6338
740 uint8_t role; member in struct:__anon6339
1453 uint8_t role; member in struct:__anon6427
    [all...]
  /external/webkit/WebCore/accessibility/
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...]
AccessibilityRenderObject.cpp 224 AccessibilityRole role = roleValue(); local
225 return role == TextAreaRole || role == TextFieldRole;
266 AccessibilityRole role = roleValue(); local
267 return role == RadioButtonRole || role == CheckBoxRole;
302 AccessibilityRole role = roleValue(); local
303 return role == MenuRole
304 || role == MenuBarRole
305 || role == MenuButtonRol
1452 AccessibilityRole role = roleValue(); local
1818 AccessibilityRole role = roleValue(); local
1953 AccessibilityRole role = roleValue(); local
3063 AccessibilityRole role = roleValue(); local
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 155 JSStringRef AccessibilityUIElement::role() function in class:AccessibilityUIElement
157 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
159 if (!role)
162 return JSStringCreateWithUTF8CString(atk_role_get_name(role));
533 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
534 if (role != ATK_ROLE_DOCUMENT_FRAME)
542 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
543 if (role != ATK_ROLE_DOCUMENT_FRAME)
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 162 JSStringRef AccessibilityUIElement::role() function in class:AccessibilityUIElement
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.h 163 ERsnPaeRole role; member in struct:_admCtrl_t
  /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/bluetooth/bluez/test/
hciemu.c 106 uint8_t role; member in struct:vhci_link_info
583 info.role = 1;
  /libcore/luni/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 197 * <input-file role="principal-data">attribset01.xml</input-file>
198 * <input-file role="principal-stylesheet">attribset01.xsl</input-file>
199 * <output-file role="principal" compare="XML">attribset01.out</output-file>
224 String role = element.getAttribute("role"); local
225 if (role.equals("principal-data")) {
227 } else if (role.equals("principal-stylesheet")) {
229 } else if (role.equals("principal")) {
231 } else if (!role.equals("supplemental-stylesheet")
232 && !role.equals("supplemental-data"))
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 1183 { "role", 1, 0, 'r' },
1190 "\tcc [--role=m|s] [--ptype=pkt_types] <bdaddr>\n"
1193 "\tcc --role=m 01:02:03:04:05:06\n";
1199 uint8_t role; local
1203 role = 0x01;
1213 role = optarg[0] == 'm' ? 0 : 1;
1246 htobs(0x0000), role, &handle, 25000) < 0)
1324 /* Role switch */
1333 "\tsr <bdaddr> <role>\n";
1338 uint8_t role; local
    [all...]
  /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...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 1486 const char *role = local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 1248 char role[] ="video_decoder"; local
    [all...]
  /external/expat/lib/
xmlparse.c 3689 int role; local
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 3097 milliseconds