Home
last modified time | relevance | path

Searched refs:DOM_PSEUDO_CLASS_SYMBOL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp118 const char DOM_PSEUDO_CLASS_SYMBOL[] = ":"; variable
H A Ddom_type.h121 ACE_EXPORT extern const char DOM_PSEUDO_CLASS_SYMBOL[];
H A Ddom_node.cpp387 if (style.first.find(DOM_PSEUDO_CLASS_SYMBOL) == std::string::npos) { in SetStyle()
687 auto pseudoSymbolLocation = styleKey.find(DOM_PSEUDO_CLASS_SYMBOL); in CachePseudoClassStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp670 if (style.first.find(DOM_PSEUDO_CLASS_SYMBOL) == std::string::npos) { in SetStyle()