Home
last modified time | relevance | path

Searched refs:onDragMoveId (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h103 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument
105 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h125 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument
127 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h289 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument
291 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp223 void ImageModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMoveId) in SetOnDragMove() argument
227 image->SetOnDragMoveId(std::move(onDragMoveId)); in SetOnDragMove()
H A Dweb_model_impl.h96 void SetOnDragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDragMoveId) override;
H A Dweb_model_impl.cpp510 void WebModelImpl::SetOnDragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDragMoveId) in SetOnDragMove() argument
514 webComponent->SetOnDragMoveId(onDragMoveId); in SetOnDragMove()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h993 void SetOnDragMoveId(const OnDropFunc& onDragMoveId) in SetOnDragMoveId() argument
995 onDragMoveId_ = onDragMoveId; in SetOnDragMoveId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h106 std::function<void(const RefPtr<DragEvent>& info, const std::string& extraParams)>&& onDragMoveId) = 0;
H A Dweb_model_ng.h109 std::function<void(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams)>&& onDragMoveId)
H A Dweb_model_ng.cpp656 std::function<void(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams)>&& onDragMoveId) in SetOnDragMove()
658 ViewAbstract::SetOnDragMove(std::move(onDragMoveId)); in SetOnDragMove()
655 SetOnDragMove( std::function<void(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams)>&& onDragMoveId) SetOnDragMove() argument
H A Dweb_pattern.cpp1596 auto onDragMoveId = [weak = WeakClaim(this)](const RefPtr<OHOS::Ace::DragEvent>& info, in InitWebEventHubDragMove() local
1607 "DragDrop event WebEventHub onDragMoveId, x:%{public}lf, y:%{public}lf, webId:%{public}d", in InitWebEventHubDragMove()
1620 eventHub->SetOnDragMove(std::move(onDragMoveId)); in InitWebEventHubDragMove()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp881 auto onDragMoveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragMoveFunc), node = frameNode]( in JsOnDragMove() local
888 TextModel::GetInstance()->SetOnDragMove(std::move(onDragMoveId)); in JsOnDragMove()
H A Djs_web.cpp3959 auto onDragMoveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragMoveFunc), node = frameNode]( in JsOnDragMove() local
3973 WebModel::GetInstance()->SetOnDragMove(onDragMoveId); in JsOnDragMove()

Completed in 34 milliseconds