HomeSort by relevance Sort by last modified time
    Searched refs:accessible (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/libunwind/doc/
unw_init_local.tex 66 wasn't accessible.
unw_init_remote.tex 63 wasn't accessible.
unw_resume.tex 78 accessible.
  /libcore/libart/src/main/java/java/lang/reflect/
Method.java 362 * if this method is not accessible (see {@link AccessibleObject})
375 private native Object invoke(Object receiver, Object[] args, boolean accessible)
  /libcore/luni/src/main/java/java/nio/
ByteBuffer.java 616 * Indicates whether this buffer is still accessible.
618 * @return {@code true} if this buffer is accessible, {@code false} if the
628 * {@code accessible} is {@code false}, {@link #isAccessible} will return
635 public void setAccessible(boolean accessible) {
    [all...]
DirectByteBuffer.java 287 @Override public void setAccessible(boolean accessible) {
288 block.setAccessible(accessible);
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 102 // the page. They are only accessible via getMostVisitedItemData().
web_view_experimental.js 27 // accessible to <webview> developers.
web_view_events.js 30 // accessible to <webview> developers.
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 92 // Retrieves the number of accessible children.
218 STDMETHODIMP get_accessibleWithCaret(IUnknown** accessible,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 35 // Class implementing the windows accessible interface for the Browser-Renderer
136 // Retrieves the number of accessible children.
291 IUnknown** accessible);
293 CONTENT_EXPORT STDMETHODIMP get_caption(IUnknown** accessible);
348 CONTENT_EXPORT STDMETHODIMP get_summary(IUnknown** accessible);
browser_accessibility_win.cc 28 // (accessible/src/msaa/nsAccessNodeWrap.cpp); some documentation is here:
47 // a relationship between two accessible nodes in the tree.
1037 IUnknown** accessible) {
1041 if (!accessible)
1065 *accessible = static_cast<IAccessible*>(cell->NewReference());
1069 *accessible = NULL;
1073 STDMETHODIMP BrowserAccessibilityWin::get_caption(IUnknown** accessible) {
1077 if (!accessible)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /art/runtime/
reflection.cc 520 jobject javaReceiver, jobject javaArgs, bool accessible) {
567 // If method is not set to be accessible, verify it can be accessed by the caller.
568 if (!accessible && !VerifyAccess(soa.Self(), receiver, declaring_class, m->GetAccessFlags())) {
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 270 // This object is not accessible outside of bindings code, but we can access
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 158 // The internal methods are accessible to the enumerators
  /external/chromium_org/ui/webui/resources/js/
util.js 24 * Add an accessible message to the page that will be announced to
  /external/iproute2/doc/
api-ip6-flowlabels.tex 403 data are not accessible.
  /frameworks/base/docs/html/
jd_collections.js 275 "http://android-developers.blogspot.com/2013/10/making-your-app-content-more-accessible.html"
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js     [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 840 * This method is done static to be accessible from Debug API with the bare
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 544 // Make thumbnails tab-accessible.

Completed in 686 milliseconds

12 3 4