Home
last modified time | relevance | path

Searched refs:NWebDragEventImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h498 class NWebDragEventImpl : public OHOS::NWeb::NWebDragEvent {
500NWebDragEventImpl(double x, double y, NWeb::DragAction action) : x_(x), y_(y), action_(action) {} in NWebDragEventImpl() function
501 ~NWebDragEventImpl() = default;
H A Dweb_delegate.cpp5909 std::shared_ptr<NWebDragEventImpl> dragEvent = in HandleDragEvent()
5910 std::make_shared<NWebDragEventImpl>(x, y, static_cast<OHOS::NWeb::DragAction>(dragAction)); in HandleDragEvent()