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

12

  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 201 JSStringRef AccessibilityUIElement::role() function in class:AccessibilityUIElement
203 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
205 if (!role)
208 const gchar* roleName = atk_role_get_name(role);
687 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
688 if (role != ATK_ROLE_DOCUMENT_FRAME)
696 AtkRole role = atk_object_get_role(ATK_OBJECT(m_element)); local
697 if (role != ATK_ROLE_DOCUMENT_FRAME)
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 202 JSStringRef AccessibilityUIElement::role() function in class:AccessibilityUIElement
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 267 public ConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) {
270 mRole = role;
1091 int mask, role; local
1196 int mask, role; local
    [all...]
  /frameworks/base/media/libstagefright/
ACodec.cpp 719 const char *role = local
723 if (role != NULL) {
728 role, OMX_MAX_STRINGNAME_SIZE - 1);
737 LOGW("[%s] Failed to set standard component role '%s'.",
738 mComponentName.c_str(), role);
    [all...]
OMXCodec.cpp 1564 const char *role = local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 196 * <input-file role="principal-data">attribset01.xml</input-file>
197 * <input-file role="principal-stylesheet">attribset01.xsl</input-file>
198 * <output-file role="principal" compare="XML">attribset01.out</output-file>
223 String role = element.getAttribute("role"); local
224 if (role.equals("principal-data")) {
226 } else if (role.equals("principal-stylesheet")) {
228 } else if (role.equals("principal")) {
230 } else if (!role.equals("supplemental-stylesheet")
231 && !role.equals("supplemental-data"))
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 1205 { "role", 1, 0, 'r' },
1212 "\tcc [--role=m|s] [--ptype=pkt_types] <bdaddr>\n"
1215 "\tcc --role=m 01:02:03:04:05:06\n";
1221 uint8_t role; local
1225 role = 0x01;
1235 role = optarg[0] == 'm' ? 0 : 1;
1262 htobs(0x0000), role, &handle, 25000) < 0)
1334 /* Role switch */
1343 "\tsr <bdaddr> <role>\n";
1348 uint8_t role; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bcmevent.h 275 uint8 role; member in struct:wl_event_data_if
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 275 uint8 role; member in struct:wl_event_data_if
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 1248 char role[] ="video_decoder"; local
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 252 // the ScrolledArea role with one child with the WebArea role.
393 static AtkRole atkRole(AccessibilityRole role)
395 switch (role) {
434 //return ATK_ROLE_SPIN_BUTTON; // Some confusion about this role in AccessibilityRenderObject.cpp
554 AtkRole role = axObject ? atk_object_get_role(axObject) : ATK_ROLE_INVALID; local
555 if (role != ATK_ROLE_TEXT && role != ATK_ROLE_PARAGRAPH)
669 AtkRole role = atk_object_get_role(object); local
670 if (role == ATK_ROLE_TEXT || role == ATK_ROLE_PARAGRAPH
2457 AccessibilityRole role = coreObject->roleValue(); local
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 539 AccessibilityRole role = roleValue(); local
540 return role == MenuRole
541 || role == MenuBarRole
542 || role == MenuButtonRole
543 || role == MenuItemRole;
848 AccessibilityRole role = roleValue();
849 if (role == ButtonRole || role == PopUpButtonRole)
896 static Element* siblingWithAriaRole(String role, Node* node)
902 if (equalIgnoringCase(siblingAriaRole, role))
971 AccessibilityRole role = axObj->roleValue(); local
1731 AccessibilityRole role = roleValue(); local
2108 AccessibilityRole role = roleValue(); local
2247 AccessibilityRole role = roleValue(); local
3526 AccessibilityRole role = roleValue(); local
    [all...]
  /external/expat/lib/
xmlparse.c 3689 int role; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 380 uint8_t role; member in struct:__anon1600
672 uint8_t role; member in struct:__anon1637
679 uint8_t role; member in struct:__anon1638
1831 uint8_t role; member in struct:__anon1784
2104 uint8_t role; member in struct:__anon1818
    [all...]
  /external/qemu/hw/
bt.h 513 uint8_t role; member in struct:__anon9904
731 uint8_t role; member in struct:__anon9933
738 uint8_t role; member in struct:__anon9934
1451 uint8_t role; member in struct:__anon10022
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 369 uint8_t role; member in struct:__anon25631
677 uint8_t role; member in struct:__anon25668
685 uint8_t role; member in struct:__anon25669
1896 uint8_t role; member in struct:__anon25815
2192 uint8_t role; member in struct:__anon25849
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 933 milliseconds

12