Searched defs:AccessibilityEventInfoCallbackInfo (Results 1 – 1 of 1) sorted by relevance
164 struct AccessibilityEventInfoCallbackInfo : public ExtensionCallbackInfo { struct165 std::string eventType_ = "";166 int64_t timeStamp_ = 0;167 std::shared_ptr<AccessibilityElement> element_ = nullptr;168 int64_t elementId_ = 0;169 std::string textAnnouncedForAccessibility_ = "";