Home
last modified time | relevance | path

Searched refs:GetRectHeight (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.cpp107 int32_t ArkWebAccessibilityNodeInfoImpl::GetRectHeight() in GetRectHeight() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
109 return nweb_accessibility_node_info_->GetRectHeight(); in GetRectHeight()
H A Dark_web_accessibility_node_info_impl.h65 int32_t GetRectHeight() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp127 int32_t ArkWebAccessibilityNodeInfoWrapper::GetRectHeight() in GetRectHeight() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
129 return ark_web_accessibility_node_info_->GetRectHeight(); in GetRectHeight()
H A Dark_web_accessibility_node_info_wrapper.h62 int32_t GetRectHeight() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h77 virtual int32_t GetRectHeight() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h61 virtual int32_t GetRectHeight() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6258 if (webNodeInfo->GetRectWidth() != 0 || webNodeInfo->GetRectHeight() != 0) { in WebNodeInfoToJsonValue()
6262 …de->Put(EnumTypeToString(WebAccessibilityType::RECT_HEIGHT).c_str(), webNodeInfo->GetRectHeight()); in WebNodeInfoToJsonValue()
6418 …paintRect.SetRect(info->GetRectX(), info->GetRectY(), info->GetRectWidth(), info->GetRectHeight()); in GetAccessibilityFocusRect()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1750 … auto bottom = webRect.Top() + node->GetRectY() + node->GetRectHeight() + commonProperty.windowTop; in UpdateWebAccessibilityElementInfo()