Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: ui/accessibility/platform/ax_android_constants.h

Issue 2726433002: Complete initial role and state mappings for ARC++ accessibility (Closed)
Patch Set: Export. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/ax_android_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
6 #define UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
7
8 #include "ui/accessibility/ax_export.h"
9
10 namespace ui {
11
12 // Classnames.
13
14 AX_EXPORT extern const char kAXAbsListViewClassname[];
15 AX_EXPORT extern const char kAXButtonClassname[];
16 AX_EXPORT extern const char kAXCheckBoxClassname[];
17 AX_EXPORT extern const char kAXCompoundButtonClassname[];
18 AX_EXPORT extern const char kAXCheckedTextViewClassname[];
19 AX_EXPORT extern const char kAXDialogClassname[];
20 AX_EXPORT extern const char kAXEditTextClassname[];
21 AX_EXPORT extern const char kAXGridViewClassname[];
22 AX_EXPORT extern const char kAXImageClassname[];
23 AX_EXPORT extern const char kAXImageViewClassname[];
24 AX_EXPORT extern const char kAXListViewClassname[];
25 AX_EXPORT extern const char kAXMenuItemClassname[];
26 AX_EXPORT extern const char kAXPagerClassname[];
27 AX_EXPORT extern const char kAXProgressBarClassname[];
28 AX_EXPORT extern const char kAXRadioButtonClassname[];
29 AX_EXPORT extern const char kAXSeekBarClassname[];
30 AX_EXPORT extern const char kAXSwitchClassname[];
31 AX_EXPORT extern const char kAXSpinnerClassname[];
32 AX_EXPORT extern const char kAXTabWidgetClassname[];
33 AX_EXPORT extern const char kAXToggleButtonClassname[];
34 AX_EXPORT extern const char kAXViewClassname[];
35 AX_EXPORT extern const char kAXViewGroupClassname[];
36 AX_EXPORT extern const char kAXWebViewClassname[];
37
38 } // namespace ui
39
40 #endif // UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
OLDNEW
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/ax_android_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698