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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/ax_android_constants.h
diff --git a/ui/accessibility/platform/ax_android_constants.h b/ui/accessibility/platform/ax_android_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..4b6fd4c8e38b527cc06d180bbb5d61ba39795069
--- /dev/null
+++ b/ui/accessibility/platform/ax_android_constants.h
@@ -0,0 +1,40 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
+#define UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
+
+#include "ui/accessibility/ax_export.h"
+
+namespace ui {
+
+// Classnames.
+
+AX_EXPORT extern const char kAXAbsListViewClassname[];
+AX_EXPORT extern const char kAXButtonClassname[];
+AX_EXPORT extern const char kAXCheckBoxClassname[];
+AX_EXPORT extern const char kAXCompoundButtonClassname[];
+AX_EXPORT extern const char kAXCheckedTextViewClassname[];
+AX_EXPORT extern const char kAXDialogClassname[];
+AX_EXPORT extern const char kAXEditTextClassname[];
+AX_EXPORT extern const char kAXGridViewClassname[];
+AX_EXPORT extern const char kAXImageClassname[];
+AX_EXPORT extern const char kAXImageViewClassname[];
+AX_EXPORT extern const char kAXListViewClassname[];
+AX_EXPORT extern const char kAXMenuItemClassname[];
+AX_EXPORT extern const char kAXPagerClassname[];
+AX_EXPORT extern const char kAXProgressBarClassname[];
+AX_EXPORT extern const char kAXRadioButtonClassname[];
+AX_EXPORT extern const char kAXSeekBarClassname[];
+AX_EXPORT extern const char kAXSwitchClassname[];
+AX_EXPORT extern const char kAXSpinnerClassname[];
+AX_EXPORT extern const char kAXTabWidgetClassname[];
+AX_EXPORT extern const char kAXToggleButtonClassname[];
+AX_EXPORT extern const char kAXViewClassname[];
+AX_EXPORT extern const char kAXViewGroupClassname[];
+AX_EXPORT extern const char kAXWebViewClassname[];
+
+} // namespace ui
+
+#endif // UI_ACCESSIBILITY_PLATFORM_AX_ANDROID_CONSTANTS_H_
« 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