/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 484 bool ArkWebHandlerImpl::OnCursorChange(const int32_t& type, ArkWebRefPtr<ArkWebCursorInfo> info) in OnCursorChange() function in OHOS::ArkWeb::ArkWebHandlerImpl 487 return nweb_handler_->OnCursorChange(static_cast<ArkWebCursorType>(type), nullptr); in OnCursorChange() 490 return nweb_handler_->OnCursorChange( in OnCursorChange()
|
H A D | ark_web_handler_impl.h | 350 bool OnCursorChange(const int32_t& type, ArkWebRefPtr<ArkWebCursorInfo> info) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 570 bool ArkWebHandlerWrapper::OnCursorChange( in OnCursorChange() function in OHOS::ArkWeb::ArkWebHandlerWrapper 574 return ark_web_handler_->OnCursorChange(static_cast<int32_t>(type), nullptr); in OnCursorChange() 577 …return ark_web_handler_->OnCursorChange(static_cast<int32_t>(type), new ArkWebCursorInfoImpl(info)… in OnCursorChange()
|
H A D | ark_web_handler_wrapper.h | 362 …bool OnCursorChange(const ArkWebCursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.h | 113 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
|
H A D | render_web.cpp | 978 bool RenderWeb::OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWeb… in OnCursorChange() function in OHOS::Ace::RenderWeb
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 431 virtual bool OnCursorChange(const int32_t& type, ArkWebRefPtr<ArkWebCursorInfo> info) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 225 …bool OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorInfo> info) over…
|
H A D | web_client_impl.cpp | 878 bool WebClientImpl::OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorIn… in OnCursorChange() function in OHOS::Ace::WebClientImpl 883 return delegate->OnCursorChange(type, info); in OnCursorChange()
|
H A D | web_delegate.h | 788 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
|
H A D | web_delegate.cpp | 5867 bool WebDelegate::OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NW… in OnCursorChange() function in OHOS::Ace::WebDelegate 5872 return webPattern->OnCursorChange(type, info); in OnCursorChange() 5877 return webPattern->OnCursorChange(type, info); in OnCursorChange() 5881 return renderWeb->OnCursorChange(type, info); in OnCursorChange()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 695 virtual bool OnCursorChange(const CursorType& type, std::shared_ptr<NWebCursorInfo> info) in OnCursorChange() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_ng.cpp | 338 rerult = webPattern->OnCursorChange(OHOS::NWeb::CursorType::CT_CROSS, nullptr); 448 bool rerult = webPattern->OnCursorChange(OHOS::NWeb::CursorType::CT_CONTEXTMENU, nullptr);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 523 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
|
H A D | web_pattern.cpp | 1164 pattern->OnCursorChange(OHOS::NWeb::CursorType::CT_POINTER, nullptr); in InitHoverEvent() 1219 OnCursorChange(OHOS::NWeb::CursorType::CT_POINTER, nullptr); in WebOnMouseEvent() 4682 bool WebPattern::OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWe… in OnCursorChange() function in OHOS::Ace::NG::WebPattern
|