Home
last modified time | relevance | path

Searched refs:SetCurrentStyle (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_declaration.cpp36 SetCurrentStyle(std::make_pair(DOM_OVERFLOW_STYLE, "hidden")); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp388 if (!SetCurrentStyle(style)) { in SetStyle()
401 bool DOMNode::SetCurrentStyle(const std::pair<std::string, std::string>& style) in SetCurrentStyle() function in OHOS::Ace::Framework::DOMNode
539 if (!SetCurrentStyle(noneTypeStyle)) { in UpdatePseudoStyleByStatus()
540 declaration_->SetCurrentStyle(noneTypeStyle); in UpdatePseudoStyleByStatus()
545 if (!SetCurrentStyle(style)) { in UpdatePseudoStyleByStatus()
546 declaration_->SetCurrentStyle(style); in UpdatePseudoStyleByStatus()
H A Ddom_node.h517 bool SetCurrentStyle(const std::pair<std::string, std::string>& style);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h118 void SetCurrentStyle(const std::pair<std::string, std::string>& style);
H A Ddeclaration.cpp671 SetCurrentStyle(style);
676 void Declaration::SetCurrentStyle(const std::pair<std::string, std::string>& style)

Completed in 13 milliseconds