Home
last modified time | relevance | path

Searched refs:UpdateDragCursor (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h287 virtual void UpdateDragCursor(unsigned char op) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h224 void UpdateDragCursor(unsigned char op) override;
H A Dark_web_handler_impl.cpp335 void ArkWebHandlerImpl::UpdateDragCursor(unsigned char op) in UpdateDragCursor() function in OHOS::ArkWeb::ArkWebHandlerImpl
337 nweb_handler_->UpdateDragCursor(static_cast<ArkWebDragOperation>(op)); in UpdateDragCursor()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h756 virtual void UpdateDragCursor(NWebDragData::DragOperation op) {} in UpdateDragCursor() function in OHOS::NWeb::NWebHandler
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h235 void UpdateDragCursor(ArkWebDragOperation op) override;
H A Dark_web_handler_wrapper.cpp367 void ArkWebHandlerWrapper::UpdateDragCursor(ArkWebDragOperation op) in UpdateDragCursor() function in OHOS::ArkWeb::ArkWebHandlerWrapper
369 ark_web_handler_->UpdateDragCursor(static_cast<unsigned char>(op)); in UpdateDragCursor()

Completed in 9 milliseconds