Home
last modified time | relevance | path

Searched refs:onDropId (Results 1 – 12 of 12) 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() argument
125 onDropId_ = 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() argument
147 onDropId_ = onDropId; in SetOnDropId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h329 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument
331 onDropId_ = 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() argument
236 image->SetOnDropId(std::move(onDropId)); in SetOnDrop()
H A Dweb_model_impl.h98 …void SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) overr…
H A Dweb_model_impl.cpp527 …bModelImpl::SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop() argument
531 webComponent->SetOnDropId(onDropId); in SetOnDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1008 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument
1010 onDropId_ = onDropId; in SetOnDropId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h108 …l void SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) = 0;
H A Dweb_model_ng.h114 …(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) override;
H A Dweb_model_ng.cpp675 …:SetOnDrop(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop() argument
677 ViewAbstract::SetOnDrop(std::move(onDropId)); in SetOnDrop()
/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
911 TextModel::GetInstance()->SetOnDrop(std::move(onDropId)); in JsOnDrop()
H A Djs_web.cpp3891 …auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc), node = fram… in JsOnDrop() local
3901 WebModel::GetInstance()->SetOnDrop(onDropId); in JsOnDrop()