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 D | dom_checkbox_util.cpp | 99 } else if (event == DOM_CLICK) { in AddChildEvent()
|
H A D | dom_radio_util.cpp | 149 } else if (event == DOM_CLICK) { in AddChildEvent()
|
H A D | dom_button_util.cpp | 261 { DOM_CLICK, in AddChildEvent()
|
H A D | dom_textfield_util.cpp | 385 { DOM_CLICK, in AddChildEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/badge/ |
H A D | badge_declaration.cpp | 108 if (event == DOM_CLICK) { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_menu.cpp | 74 isClickType_ = (attr.second == DOM_CLICK); in SetSpecializedAttr()
|
H A D | dom_toggle.cpp | 138 { DOM_CLICK, in AddSpecializedEvent()
|
H A D | dom_switch.cpp | 124 } else if (event == DOM_CLICK) { in AddSpecializedEvent()
|
H A D | dom_tool_bar_item.cpp | 156 { DOM_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 | 269 { DOM_CLICK, in AddSpecializedEvent()
|
H A D | dom_textarea.cpp | 261 { DOM_CLICK, in AddSpecializedEvent()
|
H A D | dom_type.cpp | 807 const char DOM_CLICK[] = "click"; 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 | 810 ACE_EXPORT extern const char DOM_CLICK[];
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/ |
H A D | swiper_declaration.cpp | 187 } else if (event == DOM_CLICK) { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.cpp | 231 if (event == DOM_CLICK) { in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 288 …{ DOM_CLICK, [](TextFieldDeclaration& declaration, const EventMarker& event) { declaration.SetOnTa… in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 1768 { 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 D | js_accessibility_manager.cpp | 162 { DOM_CLICK, Accessibility::EventType::TYPE_VIEW_CLICKED_EVENT }, in ConvertStrToEventType() 4421 { Accessibility::ActionType::ACCESSIBILITY_ACTION_CLICK, DOM_CLICK }, in SendActionEvent()
|