Home
last modified time | relevance | path

Searched refs:SetShowAttr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp33 void DOMProxy::SetShowAttr(const std::string& showValue) in SetShowAttr() function in OHOS::Ace::Framework::DOMProxy
43 targetNode->SetShowAttr(showValue); in SetShowAttr()
H A Ddom_proxy.h38 void SetShowAttr(const std::string& showValue) override;
H A Ddom_node.h84 virtual void SetShowAttr(const std::string& showValue);
H A Ddom_node.cpp260 void DOMNode::SetShowAttr(const std::string& showValue) in SetShowAttr() function in OHOS::Ace::Framework::DOMNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h55 virtual void SetShowAttr(const std::string& showValue);
H A Ddeclaration.cpp495 void Declaration::SetShowAttr(const std::string& showValue) in SetShowAttr() function in OHOS::Ace::Declaration
593 declaration.SetShowAttr(value); in SetAttr()
1614 SetShowAttr(renderAttr.show); in SetCurrentStyle()
3145 SetShowAttr(renderAttr.show); in ResetDefaultStyles()