HomeSort by relevance Sort by last modified time
    Searched full:role (Results 326 - 350 of 1261) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 234 tBTA_JV_ROLE role; member in struct:__anon5557
246 tBTA_JV_ROLE role; member in struct:__anon5558
287 tBTA_JV_ROLE role; member in struct:__anon5562
299 tBTA_JV_ROLE role; member in struct:__anon5563
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
keyboard_help_widget.js 43 commandElement.setAttribute('role', 'menuitem');
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_reset.html 1 <div class="step faded hidden no-logo" id="reset" role="group" hidden
  /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/ash/accessibility/
ax_root_obj_wrapper.cc 44 out_node_data->role = ui::AX_ROLE_DESKTOP;
  /external/chromium_org/chrome/browser/ui/
tab_helpers.h 55 // serve in that role. It is safe to call this on a WebContents that was
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 51 state->role = ui::AX_ROLE_GROUP;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
bubble_icon_view.cc 23 state->role = ui::AX_ROLE_BUTTON;
open_pdf_in_reader_view.cc 51 state->role = ui::AX_ROLE_BUTTON;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.h 92 int CountChildrenWithRole(ui::AXRole role) const;
  /external/chromium_org/media/audio/win/
audio_device_listener_win.h 46 STDMETHOD(OnDefaultDeviceChanged)(EDataFlow flow, ERole role,
  /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/third_party/freetype/include/freetype/
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h 131 // Set the role that is most conformant with RFC 5763, Section 5, bullet 1
231 // Set ssl role. Role must be set before fingerprint is applied, which
234 return BadTransportDescription("Failed to set ssl role for the channel.",
dtlstransportchannel.h 124 virtual void SetIceRole(IceRole role) {
125 channel_->SetIceRole(role);
168 virtual bool GetSslRole(talk_base::SSLRole* role) const;
169 virtual bool SetSslRole(talk_base::SSLRole role);
transportchannelproxy.cc 147 bool TransportChannelProxy::GetSslRole(talk_base::SSLRole* role) const {
152 return impl_->GetSslRole(role);
155 bool TransportChannelProxy::SetSslRole(talk_base::SSLRole role) {
160 return impl_->SetSslRole(role);
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 261 int32_t _GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen);
265 int32_t _GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen);
266 int32_t _GetDefaultDeviceIndex(EDataFlow dir, ERole role, int* index);
268 int32_t _GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice);
  /external/chromium_org/ui/accessibility/
ax_node_data.h 46 AXRole role; member in struct:ui::AXNodeData
  /external/chromium_org/ui/views/accessibility/
ax_window_obj_wrapper.cc 48 out_node_data->role = ui::AX_ROLE_WINDOW;
  /external/chromium_org/ui/views/controls/button/
button.cc 57 state->role = ui::AX_ROLE_BUTTON;
  /external/chromium_org/ui/views/controls/
resize_area.cc 69 state->role = ui::AX_ROLE_SPLITTER;
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 283 class Role : public Temp<N> {
289 void foo(Role<N, test13::Foo> &role) {
290 (void) role.x;
  /external/freetype/include/
ftbbox.h 21 /* This component has a _single_ role: to compute exact outline bounding */
  /external/libsepol/src/
expand.c 464 ERR(state->handle, "Found conflicting default role definitions");
638 role_datum_t *role = (role_datum_t *) datum; local
642 if (!role->bounds)
648 bounds_val = state->rolemap[role->bounds - 1];
652 ERR(state->handle, "Role lookup failed for %s", (char *)key);
782 role_datum_t *role = (role_datum_t *) datum; local
785 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap))
788 ebitmap_destroy(&role->dominates);
790 if (ebitmap_cpy(&role->dominates, &mapped_roles))
798 /* For the role attribute in the base module, escalate its counterpart'
807 role_datum_t *role, *new_role, *regular_role; local
875 role_datum_t *role; local
2452 role_datum_t *role; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ListModes.3 13 If \fBformat\fR is \fBNULL\fP, the mode list will be for the format returned by \fISDL_GetVideoInfo()\fR->\fBvfmt\fR\&. The \fBflag\fR parameter is an OR\&'d combination of \fIsurface\fR flags\&. The flags are the same as those used \fI\fBSDL_SetVideoMode\fP\fR and they play a strong role in deciding what modes are valid\&. For instance, if you pass \fBSDL_HWSURFACE\fP as a flag only modes that support hardware video surfaces will be returned\&.

Completed in 1106 milliseconds

<<11121314151617181920>>