Searched refs:onDragMoveId (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.h | 103 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument 105 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.h | 125 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument 127 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component.h | 289 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument 291 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.cpp | 224 void ImageModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMoveId) in SetOnDragMove() argument 228 image->SetOnDragMoveId(std::move(onDragMoveId)); in SetOnDragMove()
|
H A D | web_model_impl.h | 96 …ragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDragMoveId) override;
|
H A D | web_model_impl.cpp | 513 …pl::SetOnDragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDragMoveId) in SetOnDragMove() argument 517 webComponent->SetOnDragMoveId(onDragMoveId); in SetOnDragMove()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 988 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument 990 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model.h | 106 …:function<void(const RefPtr<DragEvent>& info, const std::string& extraParams)>&& onDragMoveId) = 0;
|
H A D | web_model_ng.h | 110 …ion<void(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams)>&& onDragMoveId)
|
H A D | web_model_ng.cpp | 664 …ion<void(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams)>&& onDragMoveId) in SetOnDragMove() argument 666 ViewAbstract::SetOnDragMove(std::move(onDragMoveId)); in SetOnDragMove()
|
H A D | web_pattern.cpp | 1489 auto onDragMoveId = [weak = WeakClaim(this)](const RefPtr<OHOS::Ace::DragEvent>& info, in InitWebEventHubDragMove() local 1513 eventHub->SetOnDragMove(std::move(onDragMoveId)); in InitWebEventHubDragMove()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text.cpp | 874 …auto onDragMoveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragMoveFunc), nod… in JsOnDragMove() local 881 TextModel::GetInstance()->SetOnDragMove(std::move(onDragMoveId)); in JsOnDragMove()
|
H A D | js_web.cpp | 3849 …auto onDragMoveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragMoveFunc), nod… in JsOnDragMove() local 3859 WebModel::GetInstance()->SetOnDragMove(onDragMoveId); in JsOnDragMove()
|