Searched refs:GetSelectionEnd (Results 1 – 8 of 8) sorted by relevance
187 int32_t ArkWebAccessibilityNodeInfoImpl::GetSelectionEnd() in GetSelectionEnd() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl189 return nweb_accessibility_node_info_->GetSelectionEnd(); in GetSelectionEnd()
97 int32_t GetSelectionEnd() override;
207 int32_t ArkWebAccessibilityNodeInfoWrapper::GetSelectionEnd() in GetSelectionEnd() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper209 return ark_web_accessibility_node_info_->GetSelectionEnd(); in GetSelectionEnd()
94 int32_t GetSelectionEnd() override;
125 virtual int32_t GetSelectionEnd() = 0;
93 virtual int32_t GetSelectionEnd() = 0;
6237 if (webNodeInfo->GetSelectionEnd() != 0) { in WebNodeInfoToJsonValue()6239 …Node->Put(EnumTypeToString(WebAccessibilityType::SEL_END).c_str(), webNodeInfo->GetSelectionEnd()); in WebNodeInfoToJsonValue()
1468 nodeInfo.SetSelectedEnd(node->GetSelectionEnd()); in UpdateWebAccessibilityElementInfo()