| 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;
|
|
|
|
|