Home
last modified time | relevance | path

Searched refs:DROP_CLICK (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_common.h25 DROP_CLICK = -100, // do not call js function enumerator
H A Dsecurity_component_model_ng.h79 static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in IsClickResultSuccess()
H A Dsecurity_component_pattern.cpp84 res = static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK); in OnKeyEvent()
231 res = static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK); in InitOnClick()
235 res = static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK); in InitOnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp120 if (res == static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in Execute()
H A Djs_paste_button.cpp119 if (res == static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in Execute()
H A Djs_save_button.cpp120 if (res == static_cast<int32_t>(SecurityComponentHandleResult::DROP_CLICK)) { in Execute()