Home
last modified time | relevance | path

Searched refs:onDropId (Results 1 - 12 of 12) sorted by relevance

/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()
/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()
/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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp231 void ImageModelImpl::SetOnDrop(NG::OnDragDropFunc&& onDropId) in SetOnDrop() argument
235 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) override;
H A Dweb_model_impl.cpp524 void WebModelImpl::SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop() argument
528 webComponent->SetOnDropId(onDropId); in SetOnDrop()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1013 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument
1015 onDropId_ = onDropId; in SetOnDropId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h108 virtual void SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) = 0;
H A Dweb_model_ng.h113 void SetOnDrop(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) override;
H A Dweb_model_ng.cpp667 void WebModelNG::SetOnDrop(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop() argument
669 ViewAbstract::SetOnDrop(std::move(onDropId)); in SetOnDrop()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp912 auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc)]( in JsOnDrop() local
918 TextModel::GetInstance()->SetOnDrop(std::move(onDropId)); in JsOnDrop()
H A Djs_web.cpp4009 auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc), node = frameNode]( in JsOnDrop() local
4023 WebModel::GetInstance()->SetOnDrop(onDropId); in JsOnDrop()

Completed in 23 milliseconds