Home
last modified time | relevance | path

Searched refs:DOM_CATCH_BUBBLE_CLICK (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp103 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in AddChildEvent()
H A Ddom_radio_util.cpp153 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in AddChildEvent()
H A Ddom_button_util.cpp256 { DOM_CATCH_BUBBLE_CLICK, in AddChildEvent()
H A Ddom_textfield_util.cpp377 { DOM_CATCH_BUBBLE_CLICK, in AddChildEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/
H A Dbadge_declaration.cpp113 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_toggle.cpp131 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
H A Ddom_switch.cpp128 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
H A Ddom_tool_bar_item.cpp150 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
H A Ddom_list_item.cpp230 if (event == DOM_CLICK || event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
H A Ddom_search.cpp260 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
H A Ddom_textarea.cpp253 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
H A Ddom_type.cpp815 const char DOM_CATCH_BUBBLE_CLICK[] = "catchbubbleclick"; variable
H A Ddom_input.cpp132 if (event == DOM_CLICK || event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
H A Ddom_type.h818 ACE_EXPORT extern const char DOM_CATCH_BUBBLE_CLICK[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp190 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp236 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp280 { DOM_CATCH_BUBBLE_CLICK, in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1662 { DOM_CATCH_BUBBLE_CLICK, in AddEvent()
1666 … gestureEvent.click.eventMarker = EventMarker(eventId, DOM_CATCH_BUBBLE_CLICK, pageId); in AddEvent()