Home
last modified time | relevance | path

Searched defs:onDropId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h123 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h145 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp232 void ImageModelImpl::SetOnDrop(NG::OnDragDropFunc&& onDropId) in SetOnDrop()
H A Dweb_model_impl.cpp527 …bModelImpl::SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h329 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp905 auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc)]( in JsOnDrop() local
H A Djs_web.cpp3891 …auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc), node = fram… in JsOnDrop() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1008 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp675 …:SetOnDrop(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop()