Searched refs:onDragMoveId (Results 1 - 13 of 13) sorted by relevance
/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()
|
/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()
|
/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()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.cpp | 223 void ImageModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMoveId) in SetOnDragMove() argument 227 image->SetOnDragMoveId(std::move(onDragMoveId)); in SetOnDragMove()
|
H A D | web_model_impl.h | 96 void SetOnDragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDragMoveId) override;
|
H A D | web_model_impl.cpp | 510 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 D | web_component.h | 993 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 D | web_model.h | 106 std::function<void(const RefPtr<DragEvent>& info, const std::string& extraParams)>&& onDragMoveId) = 0;
|
H A D | web_model_ng.h | 109 std::function<void(const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParams)>&& onDragMoveId)
|
H A D | web_model_ng.cpp | 656 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 D | web_pattern.cpp | 1596 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 D | js_text.cpp | 881 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 D | js_web.cpp | 3959 auto onDragMoveId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDragMoveFunc), node = frameNode]( in JsOnDragMove() local 3973 WebModel::GetInstance()->SetOnDragMove(onDragMoveId); in JsOnDragMove()
|
Completed in 38 milliseconds