Home
last modified time | relevance | path

Searched refs:CommonRenderAttribute (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dattribute.h83 struct CommonRenderAttribute : Attribute { struct
H A Ddeclaration_constants.cpp52 const std::shared_ptr<CommonRenderAttribute> DeclarationConstants::DEFAULT_RENDER_ATTR =
53 std::make_shared<CommonRenderAttribute>();
H A Ddeclaration_constants.h87 static const std::shared_ptr<CommonRenderAttribute> DEFAULT_RENDER_ATTR;
H A Ddeclaration.cpp497 auto& renderAttr = MaybeResetAttribute<CommonRenderAttribute>(AttributeTag::COMMON_RENDER_ATTR); in SetShowAttr()
1610 …auto& renderAttr = static_cast<CommonRenderAttribute&>(GetAttribute(AttributeTag::COMMON_RENDER_AT… in SetCurrentStyle()
3142 …auto& renderAttr = static_cast<CommonRenderAttribute&>(GetAttribute(AttributeTag::COMMON_RENDER_AT… in ResetDefaultStyles()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp266 …auto& renderAttr = declaration_->MaybeResetAttribute<CommonRenderAttribute>(AttributeTag::COMMON_R… in SetShowAttr()