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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/webkit/glue/
webkit_strings.grd 329 <message name="IDS_AX_ROLE_WEB_AREA" desc="accessibility role description for web area">
332 <message name="IDS_AX_ROLE_LINK" desc="accessibility role description for link">
335 <message name="IDS_AX_ROLE_LIST_MARKER" desc="accessibility role description for list marker">
338 <message name="IDS_AX_ROLE_IMAGE_MAP" desc="accessibility role description for image map">
341 <message name="IDS_AX_ROLE_HEADING" desc="accessibility role description for headings">
344 <message name="IDS_AX_ROLE_FOOTER" desc="accessibility role description for footers">
347 <message name="IDS_AX_ROLE_STEPPER" desc="accessibility role description for a stepper - a control where you can use up/down arrows to increment or decrement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver.">
398 <message name="IDS_AX_MEDIA_MUTE_BUTTON" desc="accessibility role description for mute button">
402 <message name="IDS_AX_MEDIA_UNMUTE_BUTTON" desc="accessibility role description for turn mute off button">
406 <message name="IDS_AX_MEDIA_PLAY_BUTTON" desc="accessibility role description for play button"
    [all...]
  /external/checkpolicy/
ChangeLog 10 * implement new default labeling behaviors for usr, role, range
38 * dispol output of role trans
48 * Add role attribute support by Harry Ciao
88 * Update checkpolicy for user and role mapping support from Joshua Brindle.
114 * Deprecate role dominance in parser.
196 * Moved processing of role and user require statements to 2nd pass.
202 * Fixed bug in role dominance (define_role_dom).
282 * Merged bugfix for dup role transition error messages from
292 * Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
343 (other than in neverallow statements) and in role set
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 163 // Retrieves information describing the role of the specified object.
164 CONTENT_EXPORT STDMETHODIMP get_accRole(VARIANT var_id, VARIANT* role);
193 // Returns role from a longer list of possible roles.
194 CONTENT_EXPORT STDMETHODIMP role(LONG* role);
775 // BrowserAccessibility::role is shadowed by IAccessible2::role, so
777 int32 blink_role() const { return BrowserAccessibility::role(); }
792 // Initialize the role and state metadata from the role enum and stat
    [all...]
browser_accessibility_manager_mac.mm 34 empty_document.role = blink::WebAXRoleRootWebArea;
50 if (node->role() == blink::WebAXRoleTree)
browser_accessibility_android.h 90 int CountChildrenWithRole(blink::WebAXRole role) const;
browser_accessibility_manager_gtk.cc 41 empty_document.role = blink::WebAXRoleRootWebArea;
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 238 ERole role) {
249 // direction and role.
251 data_flow, role, endpoint_device.Receive());
427 ERole role,
430 ScopedComPtr<IMMDevice> device = CreateDefaultDevice(flow, role);
472 EDataFlow data_flow, ERole role) {
474 ScopedComPtr<IMMDevice> default_device(CreateDefaultDevice(data_flow, role));
480 const std::string& device_id, EDataFlow data_flow, ERole role) {
482 return CreateDefaultClient(data_flow, role);
532 ERole role,
    [all...]
audio_device_listener_win.h 46 STDMETHOD(OnDefaultDeviceChanged)(EDataFlow flow, ERole role,
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 38 * <p> How to connect to a health device which is acting in the source role.
64 * Health Profile Source Role - the health device.
69 * Health Profile Sink Role the device talking to the health device.
140 * @param dataType The dataType of the Source role of Health Profile to which
157 * SOURCE role.This is an asynchronous call and so
163 * @param dataType The dataType of the Source role of Health Profile.
171 public boolean registerAppConfiguration(String name, int dataType, int role,
174 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
179 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
555 private boolean checkAppParam(String name, int role, int channelType
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 95 p_cb->role = L2CA_GetBleConnRole(bd_addr);
141 p_cb->role = L2CA_GetBleConnRole(bd_addr);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 70 // Retrieves information describing the role of the specified object.
71 STDMETHODIMP get_accRole(VARIANT var_id, VARIANT* role);
  /external/chromium_org/mojo/system/
message_pipe_endpoint.h 26 // |MessagePipe|. Its most important role is to provide a sink for messages
27 // (i.e., a place where messages can be sent). It has a secondary role: When the
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapterhelper.cc 49 void SSLStreamAdapterHelper::SetServerRole(SSLRole role) {
50 role_ = role;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h 54 // Methods to set/get ICE role and tiebreaker values.
55 virtual void SetIceRole(IceRole role);
transportchannelproxy.h 74 virtual bool GetSslRole(talk_base::SSLRole* role) const;
75 virtual bool SetSslRole(talk_base::SSLRole role);
  /external/libsepol/src/
services.c 208 * For user and role plus types (for policy vers <
497 val1 = scontext->role;
498 val2 = tcontext->role;
634 val1 = c->role;
914 * role is changing, then check the (current_role, new_role)
919 scontext->role != tcontext->role) {
921 if (scontext->role == ra->role &&
922 tcontext->role == ra->new_role
1494 role_datum_t *role; local
1920 role_datum_t *role; local
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 133 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
139 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 160 void setLocalRole(BluetoothDevice device, int role) {
161 mDeviceRoleMap.put(device, role);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 234 tBTA_JV_ROLE role; member in struct:__anon3273
246 tBTA_JV_ROLE role; member in struct:__anon3274
287 tBTA_JV_ROLE role; member in struct:__anon3278
299 tBTA_JV_ROLE role; member in struct:__anon3279
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 48 state->role = ui::AccessibilityTypes::ROLE_WINDOW;
  /external/chromium_org/chrome/browser/resources/options/
home_page_overlay.html 1 <div id="home-page-overlay" class="page" role="dialog" hidden>
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 51 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 23 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
index.html 50 <div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h 35 // assume the role of init.

Completed in 1911 milliseconds

1 2 3 4 5 6 7 8 91011>>