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

Unified Diff: views/accessibility/view_accessibility.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 | « views/accessibility/accessibility_types.h ('k') | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/accessibility/view_accessibility.h
===================================================================
--- views/accessibility/view_accessibility.h (revision 50246)
+++ views/accessibility/view_accessibility.h (working copy)
@@ -103,6 +103,10 @@
STDMETHODIMP put_accName(VARIANT var_id, BSTR put_name);
STDMETHODIMP put_accValue(VARIANT var_id, BSTR put_val);
+ // Returns a conversion from the event (as defined in accessibility_types.h)
+ // to an MSAA event.
+ static int32 MSAAEvent(AccessibilityTypes::Event event);
+
// Returns a conversion from the Role (as defined in accessibility_types.h)
// to an MSAA role.
static int32 MSAARole(AccessibilityTypes::Role role);
« no previous file with comments | « views/accessibility/accessibility_types.h ('k') | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698