Home
last modified time | relevance | path

Searched refs:DragOperation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_drag_data.h33 enum class DragOperation : unsigned char { enum
H A Dnweb_handler.h754 virtual void UpdateDragCursor(NWebDragData::DragOperation op) {} in UpdateDragCursor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h869 void UpdateDragCursor(NWeb::NWebDragData::DragOperation op) in UpdateDragCursor()
873 NWeb::NWebDragData::DragOperation GetDragAcceptableStatus() in GetDragAcceptableStatus()
877 NWeb::NWebDragData::DragOperation op_ = NWeb::NWebDragData::DragOperation::DRAG_OPERATION_NONE;
H A Dweb_client_impl.h208 void UpdateDragCursor(NWeb::NWebDragData::DragOperation op) override;
H A Dweb_client_impl.cpp802 void WebClientImpl::UpdateDragCursor(NWeb::NWebDragData::DragOperation op) in UpdateDragCursor()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h31 using ArkWebDragOperation = OHOS::NWeb::NWebDragData::DragOperation;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp68 using ArkWebDragOperation = OHOS::NWeb::NWebDragData::DragOperation;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1573 OHOS::NWeb::NWebDragData::DragOperation status = delegate_->GetDragAcceptableStatus(); in GetDragAcceptableStatus()
1574 if (status == OHOS::NWeb::NWebDragData::DragOperation::DRAG_OPERATION_MOVE || in GetDragAcceptableStatus()
1575 status == OHOS::NWeb::NWebDragData::DragOperation::DRAG_OPERATION_LINK) { in GetDragAcceptableStatus()
1577 } else if (status == OHOS::NWeb::NWebDragData::DragOperation::DRAG_OPERATION_COPY) { in GetDragAcceptableStatus()