/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
index.jd | 11 <li><a href="{@docRoot}guide/topics/ui/accessibility/apps.html">Making Applications Accessible</a> 38 make their applications more accessible and also build their own accessibility services.</p> 41 accessible.</p> 45 Accessible</a></strong> 47 <dd>Development practices and API features to ensure your application is accessible to users with 53 <dd>How to use API features to build services that make other applications more accessible for
|
/external/clang/test/SemaObjC/ |
objc-buffered-methods.m | 21 - (int) func { return prop; } // compiles - synthesized ivar will be accessible here. 22 - (int)get_g { return global; } // No warning here - synthesized ivar will be accessible here.
|
/external/webkit/LayoutTests/fast/encoding/ |
css-charset-dom-expected.txt | 1 Test for bug 10676: @charset rules not accessible via DOM
|
/frameworks/base/docs/html/training/accessibility/ |
index.jd | 5 next.title=Developing Accessible Applications 6 next.link=accessible-app.html 42 <dt><b><a href="accessible-app.html">Developing Accessible Applications</a></b></dt> 43 <dd>Learn to make your Android application accessible. Allow for easy
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
AccessibilityCallbacks.cpp | 50 static void printAccessibilityEvent(AtkObject* accessible, const gchar* signalName) 53 if (!accessible || !ATK_IS_OBJECT(accessible) || !signalName) 56 const gchar* objectName = atk_object_get_name(accessible); 57 guint objectRole = atk_object_get_role(accessible); 76 AtkObject* accessible = ATK_OBJECT(g_value_get_object(¶mValues[0])); 77 if (!accessible || !ATK_IS_OBJECT(accessible)) 101 printAccessibilityEvent(accessible, signalName.get()); 115 AtkObject* accessible = ATK_OBJECT(g_value_get_object(¶mValues[0])) [all...] |
AccessibilityControllerGtk.cpp | 57 AtkObject* accessible = DumpRenderTreeSupportGtk::getFocusedAccessibleElement(mainFrame); local 58 if (!accessible) 61 return AccessibilityUIElement(accessible); 66 AtkObject* accessible = DumpRenderTreeSupportGtk::getRootAccessibleElement(mainFrame); local 67 if (!accessible) 70 return AccessibilityUIElement(accessible);
|
/external/chromium/chrome/browser/chromeos/views/ |
dropdown_button.h | 27 // Override SetText to set the accessible value, rather than the 28 // accessible name, since this acts more like a combo box than a
|
/external/chromium/chrome/browser/accessibility/ |
accessibility_win_browsertest.cc | 63 void CheckAccessible(IAccessible* accessible); 72 void CheckAccessibleName(IAccessible* accessible); 73 void CheckAccessibleRole(IAccessible* accessible); 74 void CheckAccessibleValue(IAccessible* accessible); 75 void CheckAccessibleState(IAccessible* accessible); 76 void CheckAccessibleChildren(IAccessible* accessible); 81 // Expected accessible name. Checked against IAccessible::get_accName. 84 // Expected accessible role. Checked against IAccessible::get_accRole. 87 // Expected accessible value. Checked against IAccessible::get_accValue. 90 // Expected accessible state. Checked against IAccessible::get_accState 151 base::win::ScopedComPtr<IAccessible> accessible = accessible_list.back(); local 203 IAccessible* accessible; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.h | 57 WebCore::AccessibilityObject* webkit_accessible_get_accessibility_object (WebKitAccessible* accessible); 59 void webkit_accessible_detach (WebKitAccessible* accessible); 61 AtkObject* webkit_accessible_get_focused_element(WebKitAccessible* accessible);
|
/external/clang/test/Index/ |
complete-access-checks.cpp | 74 // RUN: c-index-test -code-completion-at=%s:75:5 %s | FileCheck -check-prefix=CHECK-USING-ACCESSIBLE %s 75 y.; // member is accessible 83 // CHECK-USING-ACCESSIBLE: FieldDecl:{ResultType int}{TypedText member} (35) 84 // CHECK-USING-ACCESSIBLE: CXXMethod:{ResultType Q &}{TypedText operator=}{LeftParen (}{Placeholder const Q &}{RightParen )} (34) 85 // CHECK-USING-ACCESSIBLE: CXXMethod:{ResultType P &}{Text P::}{TypedText operator=}{LeftParen (}{Placeholder const P &}{RightParen )} (36) 86 // CHECK-USING-ACCESSIBLE: ClassDecl:{TypedText P}{Text ::} (77) 87 // CHECK-USING-ACCESSIBLE: ClassDecl:{TypedText Q}{Text ::} (75) 88 // CHECK-USING-ACCESSIBLE: CXXDestructor:{ResultType void}{Informative P::}{TypedText ~P}{LeftParen (}{RightParen )} (36) 89 // CHECK-USING-ACCESSIBLE: CXXDestructor:{ResultType void}{TypedText ~Q}{LeftParen (}{RightParen )} (34)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
local_data.html | 18 on a location easily accessible from the machine where the tool is launched. 22 <li>these files are accessible for some authorized users onto
|
/libcore/luni/src/main/java/java/lang/reflect/ |
Field.java | 100 // Copy the accessible flag. 255 * and this field is not accessible from the current context, an 266 * if this field is not accessible 282 * and this field is not accessible from the current context, an 293 * if this field is not accessible 310 * and this field is not accessible from the current context, an 321 * if this field is not accessible 337 * and this field is not accessible from the current context, an 348 * if this field is not accessible 373 * and this field is not accessible from the current context, a [all...] |
AccessibleObject.java | 46 * operation is not permitted. If the accessible flag is set to true, these 57 // If true, object is accessible, bypassing normal access checks 77 * Attempts to set the value of the accessible flag for all the objects in 83 * the accessible objects 85 * the new value for the accessible flag 106 * Indicates whether this object is accessible without access checks being 107 * performed. Returns the accessible flag. 109 * @return {@code true} if this object is accessible without access 117 * Attempts to set the value of the accessible flag. Setting this flag to 122 * the new value for the accessible fla [all...] |
/cts/tests/tests/webkitsecurity/assets/ |
aria-options-and-menuitems-crash.html | 21 // Just trying to get the accessible objects for the elements with
|
/external/chromium/chrome/browser/chromeos/ |
metrics_cros_settings_provider.h | 23 // methods are public and static so they are accessible directly
|
/external/qemu/ |
kvm-android.c | 10 * corresponding device file is accessible by the user.
|
/cts/tests/tests/security/src/android/security/cts/ |
ListeningPortsTest.java | 32 * Verifies that Android devices are not listening on accessible 50 * Remotely accessible ports are often used by attackers to gain 59 * Remotely accessible ports are often used by attackers to gain 68 * Remotely accessible ports are often used by attackers to gain 77 * Remotely accessible ports are often used by attackers to gain 86 * Locally accessible ports are often targeted by malicious locally 102 * Locally accessible ports are often targeted by malicious locally 118 * Locally accessible ports are often targeted by malicious locally 134 * Locally accessible ports are often targeted by malicious locally 172 * Remotely accessible ports (loopback==false) are often used b [all...] |
/dalvik/tests/003-omnibus-opcodes/src/ |
InternedString.java | 32 // Kill s, otherwise the string object is still accessible from root set 51 // Kill s, otherwise the string object is still accessible from root set
|
/external/clang/test/CXX/class.access/class.access.base/ |
p5.cpp | 67 // x is accessible at C when named in A. 68 // A is an accessible base of B at C.
|
/external/webkit/Tools/DumpRenderTree/win/ |
AccessibilityControllerWin.cpp | 78 // The root accessible object is the focused object. 101 // Get the root accessible object by querying for the accessible object for the 112 // Get the accessible object for this event. 168 // the root accessible object. 188 // the root accessible object. 208 // the root accessible object. 232 // Get the accessible object for this event.
|
/external/clang/test/CXX/special/class.dtor/ |
p5-0x.cpp | 93 struct D2 : D1 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}} 96 struct D3 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}} 101 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}}
|
/external/javassist/src/main/javassist/util/proxy/ |
SecurityActions.java | 100 final boolean accessible) { 102 ao.setAccessible(accessible); 106 ao.setAccessible(accessible);
|
/external/webkit/Source/WebCore/accessibility/win/ |
AXObjectCacheWin.cpp | 57 // The anchor node may not be accessible. Post the notification for the 58 // first accessible object. 95 // Windows will end up calling get_accChild() on the root accessible
|