Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp101 { DOM_BUTTON_WAITING, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp970 const char DOM_BUTTON_WAITING[] = "waiting"; variable
H A Ddom_type.h974 ACE_EXPORT extern const char DOM_BUTTON_WAITING[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp648 if (attr.first == DOM_BUTTON_WAITING) { in SetAttr()