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

Unified Diff: public/web/WebAXObject.h

Issue 1071483002: Implement aria properties setsize and posinset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing nits Created 5 years, 8 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 | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index c68c0e4a571f5664031803b32bb2166c6b2fa1b3..336ed93a617bce65b18e7cbe558a1e2dffc0201d 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -192,6 +192,10 @@ public:
// exposed by one of the two functions above.
BLINK_EXPORT WebString placeholder(WebAXNameFrom, WebAXDescriptionFrom);
+ // 1-based position in set & Size of set.
+ BLINK_EXPORT int posInSet() const;
+ BLINK_EXPORT int setSize() const;
+
// Live regions.
BLINK_EXPORT bool isInLiveRegion() const;
BLINK_EXPORT bool liveRegionAtomic() const;
« no previous file with comments | « Source/web/WebAXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698