Searched refs:GetSelectionStart (Results 1 – 8 of 8) sorted by relevance
192 int32_t ArkWebAccessibilityNodeInfoImpl::GetSelectionStart() in GetSelectionStart() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl194 return nweb_accessibility_node_info_->GetSelectionStart(); in GetSelectionStart()
99 int32_t GetSelectionStart() override;
212 int32_t ArkWebAccessibilityNodeInfoWrapper::GetSelectionStart() in GetSelectionStart() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper214 return ark_web_accessibility_node_info_->GetSelectionStart(); in GetSelectionStart()
96 int32_t GetSelectionStart() override;
128 virtual int32_t GetSelectionStart() = 0;
95 virtual int32_t GetSelectionStart() = 0;
1467 nodeInfo.SetSelectedBegin(node->GetSelectionStart()); in UpdateWebAccessibilityElementInfo()6096 callback.SetCursorPositionResult(node->GetSelectionStart(), requestId); in GetWebCursorPosition()
6238 …->Put(EnumTypeToString(WebAccessibilityType::SEL_START).c_str(), webNodeInfo->GetSelectionStart()); in WebNodeInfoToJsonValue()