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

Unified Diff: views/accessibility/accessibility_types.h

Issue 2823009: Keep a map of all views that have sent notifications. This ensures that Acce... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « no previous file | views/accessibility/view_accessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/accessibility/accessibility_types.h
===================================================================
--- views/accessibility/accessibility_types.h (revision 50246)
+++ views/accessibility/accessibility_types.h (working copy)
@@ -64,6 +64,18 @@
ROLE_WINDOW
};
+ // This defines an enumeration of the supported accessibility events in our
+ // Views (e.g. used in View::NotifyAccessibilityEvent). Any interface using
+ // events must provide a conversion to its own events (see e.g.
+ // ViewAccessibility::MSAAEvent).
+ enum Event {
+ EVENT_FOCUS,
+ EVENT_MENUSTART,
+ EVENT_MENUEND,
+ EVENT_MENUPOPUPSTART,
+ EVENT_MENUPOPUPEND
+ };
+
private:
// Do not instantiate this class.
AccessibilityTypes() {}
« no previous file with comments | « no previous file | views/accessibility/view_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698