Searched refs:onDropId (Results 1 – 12 of 12) sorted by relevance
123 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument125 onDropId_ = onDropId; in SetOnDropId()
145 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument147 onDropId_ = onDropId; in SetOnDropId()
329 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument331 onDropId_ = onDropId; in SetOnDropId()
232 void ImageModelImpl::SetOnDrop(NG::OnDragDropFunc&& onDropId) in SetOnDrop() argument236 image->SetOnDropId(std::move(onDropId)); in SetOnDrop()
98 …void SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) overr…
527 …bModelImpl::SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop() argument531 webComponent->SetOnDropId(onDropId); in SetOnDrop()
1008 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId() argument1010 onDropId_ = onDropId; in SetOnDropId()
108 …l void SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) = 0;
114 …(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) override;
675 …:SetOnDrop(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop() argument677 ViewAbstract::SetOnDrop(std::move(onDropId)); in SetOnDrop()
905 auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc)]( in JsOnDrop() local911 TextModel::GetInstance()->SetOnDrop(std::move(onDropId)); in JsOnDrop()
3891 …auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc), node = fram… in JsOnDrop() local3901 WebModel::GetInstance()->SetOnDrop(onDropId); in JsOnDrop()