Home
last modified time | relevance | path

Searched defs:SetOnDragMove (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dimage_model_impl.cpp224 void ImageModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMoveId) in SetOnDragMove() function in OHOS::Ace::Framework::ImageModelImpl
Dtext_model_impl.cpp326 void TextModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMove) in SetOnDragMove() function in OHOS::Ace::Framework::TextModelImpl
Dweb_model_impl.cpp502 void WebModelImpl::SetOnDragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&… in SetOnDragMove() function in OHOS::Ace::Framework::WebModelImpl
Dview_abstract_model_impl.cpp1201 void ViewAbstractModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMove) in SetOnDragMove() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Devent_hub.h285 void SetOnDragMove(OnDragFunc&& onDragMove) in SetOnDragMove() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
Dimage_model_ng.cpp245 void ImageModelNG::SetOnDragMove(OnDragDropFunc &&onDragMove) {} in SetOnDragMove() function in OHOS::Ace::NG::ImageModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_model_ng.cpp373 void TextModelNG::SetOnDragMove(NG::OnDragDropFunc&& onDragMove) in SetOnDragMove() function in OHOS::Ace::NG::TextModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h849 void SetOnDragMove(NG::OnDragDropFunc&& onDragMove) override in SetOnDragMove() function
Dview_abstract.cpp1065 void ViewAbstract::SetOnDragMove( in SetOnDragMove() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_model_ng.cpp591 void WebModelNG::SetOnDragMove( in SetOnDragMove() function in OHOS::Ace::NG::WebModelNG