Home
last modified time | relevance | path

Searched refs:GetSelectionEnd (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp187 int32_t ArkWebAccessibilityNodeInfoImpl::GetSelectionEnd() in GetSelectionEnd() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
189 return nweb_accessibility_node_info_->GetSelectionEnd(); in GetSelectionEnd()
H A Dark_web_accessibility_node_info_impl.h97 int32_t GetSelectionEnd() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp207 int32_t ArkWebAccessibilityNodeInfoWrapper::GetSelectionEnd() in GetSelectionEnd() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
209 return ark_web_accessibility_node_info_->GetSelectionEnd(); in GetSelectionEnd()
H A Dark_web_accessibility_node_info_wrapper.h94 int32_t GetSelectionEnd() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h125 virtual int32_t GetSelectionEnd() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h93 virtual int32_t GetSelectionEnd() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6237 if (webNodeInfo->GetSelectionEnd() != 0) { in WebNodeInfoToJsonValue()
6239 …Node->Put(EnumTypeToString(WebAccessibilityType::SEL_END).c_str(), webNodeInfo->GetSelectionEnd()); in WebNodeInfoToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1468 nodeInfo.SetSelectedEnd(node->GetSelectionEnd()); in UpdateWebAccessibilityElementInfo()