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 D | dom_checkbox_util.cpp | 103 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in AddChildEvent()
|
H A D | dom_radio_util.cpp | 153 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in AddChildEvent()
|
H A D | dom_button_util.cpp | 256 { DOM_CATCH_BUBBLE_CLICK, in AddChildEvent()
|
H A D | dom_textfield_util.cpp | 377 { DOM_CATCH_BUBBLE_CLICK, in AddChildEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/ |
H A D | badge_declaration.cpp | 113 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_toggle.cpp | 131 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
|
H A D | dom_switch.cpp | 128 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
|
H A D | dom_tool_bar_item.cpp | 150 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
|
H A D | dom_list_item.cpp | 230 if (event == DOM_CLICK || event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
|
H A D | dom_search.cpp | 260 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
|
H A D | dom_textarea.cpp | 253 { DOM_CATCH_BUBBLE_CLICK, in AddSpecializedEvent()
|
H A D | dom_type.cpp | 815 const char DOM_CATCH_BUBBLE_CLICK[] = "catchbubbleclick"; variable
|
H A D | dom_input.cpp | 132 if (event == DOM_CLICK || event == DOM_CATCH_BUBBLE_CLICK) { in AddSpecializedEvent()
|
H A D | dom_type.h | 818 ACE_EXPORT extern const char DOM_CATCH_BUBBLE_CLICK[];
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/ |
H A D | swiper_declaration.cpp | 190 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.cpp | 236 } else if (event == DOM_CATCH_BUBBLE_CLICK) { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 280 { DOM_CATCH_BUBBLE_CLICK, in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 1662 { DOM_CATCH_BUBBLE_CLICK, in AddEvent() 1666 … gestureEvent.click.eventMarker = EventMarker(eventId, DOM_CATCH_BUBBLE_CLICK, pageId); in AddEvent()
|