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

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

Issue 2808383004: Refactor and send voice interaction structure (Closed)
Patch Set: fix window build Created 3 years, 7 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
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/accessibility/platform/ax_android_constants.h" 5 #include "ui/accessibility/platform/ax_android_constants.h"
6 6
7 namespace ui { 7 namespace ui {
8 8
9 const char kAXAbsListViewClassname[] = "android.widget.AbsListView"; 9 const char kAXAbsListViewClassname[] = "android.widget.AbsListView";
10 const char kAXButtonClassname[] = "android.widget.Button"; 10 const char kAXButtonClassname[] = "android.widget.Button";
(...skipping 11 matching lines...) Expand all
22 const char kAXProgressBarClassname[] = "android.widget.ProgressBar"; 22 const char kAXProgressBarClassname[] = "android.widget.ProgressBar";
23 const char kAXRadioButtonClassname[] = "android.widget.RadioButton"; 23 const char kAXRadioButtonClassname[] = "android.widget.RadioButton";
24 const char kAXSeekBarClassname[] = "android.widget.SeekBar"; 24 const char kAXSeekBarClassname[] = "android.widget.SeekBar";
25 const char kAXSpinnerClassname[] = "android.widget.Spinner"; 25 const char kAXSpinnerClassname[] = "android.widget.Spinner";
26 const char kAXSwitchClassname[] = "android.widget.Switch"; 26 const char kAXSwitchClassname[] = "android.widget.Switch";
27 const char kAXTabWidgetClassname[] = "android.widget.TabWidget"; 27 const char kAXTabWidgetClassname[] = "android.widget.TabWidget";
28 const char kAXToggleButtonClassname[] = "android.widget.ToggleButton"; 28 const char kAXToggleButtonClassname[] = "android.widget.ToggleButton";
29 const char kAXViewClassname[] = "android.view.View"; 29 const char kAXViewClassname[] = "android.view.View";
30 const char kAXViewGroupClassname[] = "android.view.ViewGroup"; 30 const char kAXViewGroupClassname[] = "android.view.ViewGroup";
31 const char kAXWebViewClassname[] = "android.webkit.WebView"; 31 const char kAXWebViewClassname[] = "android.webkit.WebView";
32 const base::char16 kSecurePasswordBullet = 0x2022;
32 33
33 } // namespace ui 34 } // namespace ui
OLDNEW
« no previous file with comments | « ui/accessibility/platform/ax_android_constants.h ('k') | ui/accessibility/platform/ax_snapshot_node_android_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698