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

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

Issue 2931893002: More precise use of multiline state (Closed)
Patch Set: Rebase Created 3 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
Index: content/browser/accessibility/browser_accessibility_com_win.h
diff --git a/content/browser/accessibility/browser_accessibility_com_win.h b/content/browser/accessibility/browser_accessibility_com_win.h
index 18ae25f60ce22161a618adf8c9f638929c1a8b1b..7a57de567c98ea1841cc7be26425d313d4d04136 100644
--- a/content/browser/accessibility/browser_accessibility_com_win.h
+++ b/content/browser/accessibility/browser_accessibility_com_win.h
@@ -812,6 +812,14 @@ class __declspec(uuid("562072fe-3390-43b1-9e2c-dd4118f5ac79"))
// IAccessible2 attribute with the name |ia2_attr|.
void IntAttributeToIA2(ui::AXIntAttribute attribute, const char* ia2_attr);
+ bool IsDocument() const;
+
+ // Is the root of an editable area
dougt 2017/06/23 18:27:18 Nit: Comment isn't needed.
aleventhal 2017/06/28 14:20:57 Done.
+ bool IsRootEditable() const;
+
+ // Is an editbox of some type
dougt 2017/06/23 18:27:18 Same.
aleventhal 2017/06/28 14:20:57 Done.
+ bool IsEditBoxRole() const;
+
//
// Helper methods for IA2 hyperlinks.
//

Powered by Google App Engine
This is Rietveld 408576698