Searched refs:GetRectWidth (Results 1 – 8 of 8) sorted by relevance
102 int32_t ArkWebAccessibilityNodeInfoImpl::GetRectWidth() in GetRectWidth() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl104 return nweb_accessibility_node_info_->GetRectWidth(); in GetRectWidth()
63 int32_t GetRectWidth() override;
122 int32_t ArkWebAccessibilityNodeInfoWrapper::GetRectWidth() in GetRectWidth() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper124 return ark_web_accessibility_node_info_->GetRectWidth(); in GetRectWidth()
60 int32_t GetRectWidth() override;
74 virtual int32_t GetRectWidth() = 0;
59 virtual int32_t GetRectWidth() = 0;
6258 if (webNodeInfo->GetRectWidth() != 0 || webNodeInfo->GetRectHeight() != 0) { in WebNodeInfoToJsonValue()6261 …Node->Put(EnumTypeToString(WebAccessibilityType::RECT_WIDTH).c_str(), webNodeInfo->GetRectWidth()); in WebNodeInfoToJsonValue()6418 …paintRect.SetRect(info->GetRectX(), info->GetRectY(), info->GetRectWidth(), info->GetRectHeight()); in GetAccessibilityFocusRect()
1749 … auto right = webRect.Left() + node->GetRectX() + node->GetRectWidth() + commonProperty.windowLeft; in UpdateWebAccessibilityElementInfo()