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

1 2

  /external/webkit/Source/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/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 48 // A string indicating the role of this object as far as accessibility
50 @property(nonatomic, readonly) NSString* role; variable
browser_views_accessibility_browsertest.cc 86 int32 role) {
92 role); local
96 // Verifies MSAA Name and Role properties of the given IAccessible.
98 int32 role) {
106 // Verify MSAA Role property.
113 EXPECT_EQ(role, acc_role.lVal);
169 // Verify root view MSAA name and role.
178 // Verify toolbar MSAA name and role.
187 // Verify Back button MSAA name and role.
197 // Verify Forward button MSAA name and role
    [all...]
browser_accessibility.h 150 int32 role() const { return role_; } function in class:BrowserAccessibility
browser_accessibility_win.cc 315 VARIANT var_id, VARIANT* role) {
319 if (!role)
327 role->vt = VT_BSTR;
328 role->bstrVal = SysAllocString(target->role_name_.c_str());
330 role->vt = VT_I4;
331 role->lVal = target->ia_role_;
403 STDMETHODIMP BrowserAccessibilityWin::role(LONG* role) { function in class:BrowserAccessibilityWin
407 if (!role)
410 *role = ia2_role_
    [all...]
  /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/webkit/Source/WebCore/svg/
SVGPathSegWithContext.h 30 SVGPathSegWithContext(SVGPathElement* element, SVGPathSegRole role)
31 : m_role(role)
52 SVGPathSegRole role() const { return m_role; } function in class:WebCore::SVGPathSegWithContext
54 void setContextAndRole(SVGPathElement* element, SVGPathSegRole role)
56 m_role = role;
94 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y)
95 : SVGPathSegWithContext(element, role)
  /external/webkit/Source/WebCore/svg/properties/
SVGPropertyTearOff.h 37 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
40 return adoptRef(new Self(animatedProperty, role, value));
94 virtual SVGPropertyRole role() const { return m_role; } function in class:WebCore::SVGPropertyTearOff
97 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
99 , m_role(role)
SVGListProperty.h 409 virtual SVGPropertyRole role() const { return m_role; } function in class:WebCore::SVGListProperty
412 SVGListProperty(SVGPropertyRole role)
413 : m_role(role)
  /external/bluetooth/bluez/test/
test-health 53 role = None variable
54 while role == None:
59 role = "Source" variable
61 role = "Sink" variable
83 if role == "Source":
103 "Role": role,
110 "Role": role})
208 if role == "Source"
    [all...]
hciemu.c 90 uint8_t role; member in struct:vhci_link_info
572 info.role = 1;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 29 int role; /* 0 - not set, 1 - enrollee, 2 - registrar */ member in struct:wps_start_params
47 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Role type, "
50 "Role must be a string");
55 params->role = 1;
57 params->role = 2;
59 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Uknown role %s", val);
156 if (os_strcmp(key, "Role") == 0)
182 * information about role (enrollee or registrar), authorization method
215 if (params.role == 0) {
216 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Role not specified")
    [all...]
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 241 ui::AccessibilityTypes::Role role = state.role; local
242 if (role == ui::AccessibilityTypes::ROLE_MENUITEM ||
243 role == ui::AccessibilityTypes::ROLE_MENUPOPUP) {
  /external/webkit/Source/WebKit/gtk/tests/
testatkroles.c 51 AtkRole role; member in struct:__anon13563
90 static void get_child_and_test_role(AtkObject* obj, gint pos, AtkRole role)
98 g_assert(child_role == role);
105 fixture->role = atk_object_get_role(fixture->documentFrame);
106 g_assert(fixture->role == ATK_ROLE_DOCUMENT_FRAME);
147 fixture->role = atk_object_get_role(listObj);
148 g_assert(fixture->role == ATK_ROLE_LIST);
156 fixture->role = atk_object_get_role(listObj);
157 g_assert(fixture->role == ATK_ROLE_LIST);
195 fixture->role = atk_object_get_role(fixture->obj)
    [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)) {
578 { "role", 1, 0, 'r' },
613 "\t--role -r <role> Local PAN role (PANU, NAP, GN)\n"
614 "\t--service -d <role> Remote PAN service (PANU, NAP, GN)\n
    [all...]
  /external/bluetooth/bluez/health/
hdp_types.h 80 uint8_t role; /* Role of this application */ member in struct:hdp_application
mcap_internal.h 96 MCLRole role; /* Initiator or acceptor of this MCL */ member in struct:mcap_mcl
mcap_sync.c 92 gboolean role; member in struct:sync_set_data
275 DBG("CSP: could not read role");
556 int role; local
577 role = data->role;
589 if (get_btrole(mcl) != role) {
741 set_data->role = get_btrole(mcl);
hdp_util.c 176 const char *role; local
196 dbus_message_iter_get_basic(string, &role);
197 if (g_ascii_strcasecmp(role, HDP_SINK_ROLE_AS_STRING) == 0) {
198 app->role = HDP_SINK;
199 } else if (g_ascii_strcasecmp(role, HDP_SOURCE_ROLE_AS_STRING) == 0) {
200 app->role = HDP_SOURCE;
203 "Role value should be \"source\" or \"sink\"");
286 {"Role", parse_role},
312 static gboolean is_app_role(GSList *app_list, HdpRole role)
319 if (app->role == role
546 *role = NULL, local
    [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
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 237 int role = intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, 0); local
238 panProfile.setLocalRole(device, role);
  /external/qemu/hw/
bt-l2cap.c 29 int role; member in struct:l2cap_instance_s
    [all...]
  /external/chromium/webkit/glue/
webaccessibility.h 27 enum Role {
214 Role role; member in struct:webkit_glue::WebAccessibility
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 793 AccessibilityRole role = obj->roleValue(); local
794 if (role == TreeItemRole || role == GroupRole)
    [all...]

Completed in 448 milliseconds

1 2