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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 19 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
  /external/chromium_org/android_webview/native/
aw_browser_dependency_factory.h 24 // Note this is a distinct role to the Webview embedder proper: this class is
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.css 49 #autofill-options div[role='listitem']:not(:hover):not([selected])
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.h 142 // Return a descendant of this view with a given accessible role, if found.
145 ui::AccessibilityTypes::Role role);
158 // subview with a role of STATIC_TEXT.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list_item.js 39 this.setAttribute('role', 'listitem');
  /external/chromium_org/content/test/data/accessibility/
contenteditable-descendants-expected-android.txt 19 android.view.View clickable editable_text focusable name='Keep the role, just change the state'
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyTearOff.h 45 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
48 return adoptRef(new Self(animatedProperty, role, values, wrappers));
133 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
134 : SVGListProperty<PropertyType>(role, values, &wrappers)
SVGPropertyTearOff.h 44 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
47 return adoptRef(new Self(animatedProperty, role, value));
129 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
131 , m_role(role)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 96 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role);
97 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str);
109 ConnectionRole role,
117 connection_role(role),
  /external/chromium_org/third_party/libxml/src/include/libxml/
xlink.h 27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
  /external/chromium_org/ui/accessibility/
ax_node_data.cc 21 role(AX_ROLE_UNKNOWN),
  /external/chromium_org/ui/views/controls/button/
button.cc 41 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
  /external/chromium_org/ui/views/controls/scrollbar/
scroll_bar.cc 15 state->role = ui::AccessibilityTypes::ROLE_SCROLLBAR;
  /external/chromium_org/ui/views/controls/
separator.cc 38 state->role = ui::AccessibilityTypes::ROLE_SEPARATOR;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_item.js 39 this.setAttribute('role', 'listitem');
  /external/libnfc-nxp/src/
phLibNfc_initiator.h 45 /*Store the role of remote device*/
  /external/libselinux/src/
context.c 56 * e.g user:role:type to user:role:type:sens1:cata-sens2:catb
187 def_get(role, COMP_ROLE)
195 def_set(role, COMP_ROLE)
  /external/libxml2/include/libxml/
xlink.h 27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 610 * @param[in] role The role name to query for
611 * @param[in] pNumComps The number of components supporting the given role
612 * @param[in] compNames The names of the components supporting the given role
620 OMX_IN OMX_STRING role,
630 if (role == NULL || pNumComps == NULL)
632 if (role == NULL)
634 ALOGE("role is NULL");
658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0)
670 ALOGE("Component supporting role %s was not found\n", role)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 42 OTHER, // this folder has no specific role
43 UNKNOWN // the role of this folder is unknown
170 * This method returns a string identifying the name of a "role" folder
175 * @return The server- or protocol- specific role for this folder. If some roles are known
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 120 ** the p_cc->role parameter. When this function is called to
136 AVCT_TRACE_API2("AVCT_CreateConn: %d, control:%d", p_cc->role, p_cc->control);
149 if (p_cc->role == AVCT_INT)
224 ** the role parameter. When this function is called to
234 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
242 AVCT_TRACE_API1("AVCT_CreateBrowse: %d", role);
259 if (role == AVCT_INT)
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_gtk.cc 366 int role = obj->role(); local
367 if (role == blink::WebAXRoleProgressIndicator ||
368 role == blink::WebAXRoleScrollBar ||
369 role == blink::WebAXRoleSlider) {
452 // If the object's role changes and that causes its
478 switch(role()) {
  /external/libsepol/tests/
test-deps.c 36 * 5 role in module global.
42 * 10 role in module optional.
48 * 15 role in base optional.
201 do_deps_modreq_global(1, BASE_MODREQ_ROLE_GLOBAL, "modreq-role-global.conf", "mod_global_t");
202 do_deps_modreq_global(0, BASE_MODREQ_ROLE_GLOBAL, "modreq-role-global.conf", "mod_global_t");
284 do_deps_modreq_opt(1, 0, BASE_MODREQ_ROLE_OPT, "modreq-role-opt.conf", "mod_opt_t");
285 do_deps_modreq_opt(0, 0, BASE_MODREQ_ROLE_OPT, "modreq-role-opt.conf", "mod_opt_t");
  /external/chromium/webkit/glue/
webaccessibility.cc 34 // Provides a conversion between the WebKit::WebAccessibilityRole and a role
36 // WebAccessibilityRole (except for default role).
37 WebAccessibility::Role ConvertRole(WebKit::WebAccessibilityRole role) {
38 switch (role) {
298 role(ROLE_NONE),
316 role = ConvertRole(src.roleValue());
365 if (role == WebAccessibility::ROLE_DOCUMENT ||
366 role == WebAccessibility::ROLE_WEB_AREA) {
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 81 if (p_scb->role == BTA_AG_ACP)
318 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
348 if (p_scb->role == BTA_AG_INT)
414 if (service & BTA_HFP_SERVICE_MASK && p_scb->role == BTA_AG_INT)
424 else if (service & BTA_HFP_SERVICE_MASK && p_scb->role == BTA_AG_ACP)
433 else if (service & BTA_HSP_SERVICE_MASK && p_scb->role == BTA_AG_INT)

Completed in 1937 milliseconds

1 2 3 4 5 6 7 891011>>