Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp43 constexpr char INPUT_TYPE_RESET[] = "reset"; member
86 INPUT_TYPE_RESET, INPUT_TYPE_SUBMIT }; in SetSpecializedAttr()
112 (type_.first == INPUT_TYPE_RESET)) { 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()
364 if ((type == INPUT_TYPE_SUBMIT) || (type == INPUT_TYPE_RESET)) { in UpdateSpecializedComponentStyle()
438 if ((type == INPUT_TYPE_SUBMIT) || (type == INPUT_TYPE_RESET)) { in AddSpecializedComponentEvent()
459 if (type_.first == INPUT_TYPE_RESET) { in CheckSubmitAndResetType()

Completed in 2 milliseconds