Home
last modified time | relevance | path

Searched refs:INPUT_TYPE_BUTTON (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/
H A Dinput_declaration.cpp25 constexpr char INPUT_TYPE_BUTTON[] = "button"; member
66 static const std::set<std::string> inputCategory { INPUT_TYPE_BUTTON, INPUT_TYPE_CHECKBOX, INPUT_TYPE_RADIO, in SetSpecializedAttr()
148 if (specializedAttr.type.first == INPUT_TYPE_BUTTON) { in CreateSpecializedDeclaration()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp33 constexpr char INPUT_TYPE_BUTTON[] = "button"; member
84 static const std::set<std::string> inputCategory { INPUT_TYPE_BUTTON, INPUT_TYPE_CHECKBOX, INPUT_TYPE_RADIO, in SetSpecializedAttr()
111 } else if ((type_.first == INPUT_TYPE_BUTTON) || (type_.first == INPUT_TYPE_SUBMIT) || in ResetInitializedStyle()
179 (type_.first == INPUT_TYPE_BUTTON) || (type_.first == INPUT_TYPE_SUBMIT) || (type_.first == INPUT_TYPE_RESET)) { in OnRequestFocus()
264 if ((type_.first == INPUT_TYPE_BUTTON) || (type_.first == INPUT_TYPE_SUBMIT) || (type_.first == INPUT_TYPE_RESET)) { in CreateSpecializedComponent()
287 if ((type_.first == INPUT_TYPE_BUTTON) || (type_.first == INPUT_TYPE_SUBMIT) || (type_.first == INPUT_TYPE_RESET)) { in UpdateSpecializedComponent()
308 { INPUT_TYPE_BUTTON, in UpdateSpecializedComponentStyle()
365 type = INPUT_TYPE_BUTTON; in UpdateSpecializedComponentStyle()
382 { INPUT_TYPE_BUTTON, in AddSpecializedComponentEvent()
439 type = INPUT_TYPE_BUTTON; in AddSpecializedComponentEvent()
[all...]

Completed in 2 milliseconds