Home
last modified time | relevance | path

Searched refs:DOM_CLICK (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp99 } else if (event == DOM_CLICK) { in AddChildEvent()
H A Ddom_radio_util.cpp149 } else if (event == DOM_CLICK) { in AddChildEvent()
H A Ddom_button_util.cpp261 { DOM_CLICK, in AddChildEvent()
H A Ddom_textfield_util.cpp385 { DOM_CLICK, in AddChildEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.cpp108 if (event == DOM_CLICK) { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp74 isClickType_ = (attr.second == DOM_CLICK); in SetSpecializedAttr()
H A Ddom_toggle.cpp138 { DOM_CLICK, in AddSpecializedEvent()
H A Ddom_switch.cpp124 } else if (event == DOM_CLICK) { in AddSpecializedEvent()
H A Ddom_tool_bar_item.cpp156 { DOM_CLICK, in AddSpecializedEvent()
H A Ddom_list_item.cpp230 if (event == DOM_CLICK || event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
H A Ddom_search.cpp269 { DOM_CLICK, in AddSpecializedEvent()
H A Ddom_textarea.cpp261 { DOM_CLICK, in AddSpecializedEvent()
H A Ddom_type.cpp807 const char DOM_CLICK[] = "click"; variable
H A Ddom_input.cpp132 if (event == DOM_CLICK || event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
H A Ddom_type.h810 ACE_EXPORT extern const char DOM_CLICK[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp187 } else if (event == DOM_CLICK) { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp231 if (event == DOM_CLICK) { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp288 …{ DOM_CLICK, [](TextFieldDeclaration& declaration, const EventMarker& event) { declaration.SetOnTa… in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1768 { DOM_CLICK, in AddEvent()
1772 gestureEvent.click.eventMarker = EventMarker(eventId, DOM_CLICK, pageId); in AddEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp162 { DOM_CLICK, Accessibility::EventType::TYPE_VIEW_CLICKED_EVENT }, in ConvertStrToEventType()
4421 { Accessibility::ActionType::ACCESSIBILITY_ACTION_CLICK, DOM_CLICK }, in SendActionEvent()