Home
last modified time | relevance | path

Searched refs:GetSelectionStart (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.cpp192 int32_t ArkWebAccessibilityNodeInfoImpl::GetSelectionStart() in GetSelectionStart() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
194 return nweb_accessibility_node_info_->GetSelectionStart(); in GetSelectionStart()
H A Dark_web_accessibility_node_info_impl.h99 int32_t GetSelectionStart() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp212 int32_t ArkWebAccessibilityNodeInfoWrapper::GetSelectionStart() in GetSelectionStart() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
214 return ark_web_accessibility_node_info_->GetSelectionStart(); in GetSelectionStart()
H A Dark_web_accessibility_node_info_wrapper.h96 int32_t GetSelectionStart() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h128 virtual int32_t GetSelectionStart() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h95 virtual int32_t GetSelectionStart() = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1467 nodeInfo.SetSelectedBegin(node->GetSelectionStart()); in UpdateWebAccessibilityElementInfo()
6096 callback.SetCursorPositionResult(node->GetSelectionStart(), requestId); in GetWebCursorPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6238 …->Put(EnumTypeToString(WebAccessibilityType::SEL_START).c_str(), webNodeInfo->GetSelectionStart()); in WebNodeInfoToJsonValue()