Home
last modified time | relevance | path

Searched refs:UpdateDragCursor (Results 1 – 9 of 9) sorted by relevance

/ohos5.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()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h287 virtual void UpdateDragCursor(unsigned char op) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
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()
H A Dark_web_handler_wrapper.h235 void UpdateDragCursor(ArkWebDragOperation op) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
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() function in OHOS::Ace::WebClientImpl
807 delegate->UpdateDragCursor(op); in UpdateDragCursor()
H A Dweb_delegate.h869 void UpdateDragCursor(NWeb::NWebDragData::DragOperation op) in UpdateDragCursor() function
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h754 virtual void UpdateDragCursor(NWebDragData::DragOperation op) {} in UpdateDragCursor() function