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

Unified Diff: content/browser/accessibility/browser_accessibility.h

Issue 8588036: Improve support for multiselect list box accessibility on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: content/browser/accessibility/browser_accessibility.h
===================================================================
--- content/browser/accessibility/browser_accessibility.h (revision 111700)
+++ content/browser/accessibility/browser_accessibility.h (working copy)
@@ -217,6 +217,9 @@
// returns true if found.
bool GetHtmlAttribute(const char* attr, string16* value) const;
+ // Returns true if the bit corresponding to the given state enum is 1.
+ bool HasState(WebAccessibility::State state_enum) const;
+
// Returns true if this node is an editable text field of any kind.
bool IsEditableText() const;

Powered by Google App Engine
This is Rietveld 408576698