Home
last modified time | relevance | path

Searched refs:DOM_VISIBILITY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp179 const char DOM_VISIBILITY[] = "visibility"; variable
H A Ddom_type.h182 ACE_EXPORT extern const char DOM_VISIBILITY[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1555 { DOM_VISIBILITY, in SetCurrentStyle()
1611 …nst std::unordered_set<std::string> displayStyleSet = { DOM_OPACITY, DOM_DISPLAY, DOM_VISIBILITY }; in SetCurrentStyle()