Home
last modified time | relevance | path

Searched refs:OnCursorChange (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp484 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 Dark_web_handler_impl.h350 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 Dark_web_handler_wrapper.cpp570 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 Dark_web_handler_wrapper.h362 …bool OnCursorChange(const ArkWebCursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h113 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
H A Drender_web.cpp978 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 Dark_web_handler.h431 virtual bool OnCursorChange(const int32_t& type, ArkWebRefPtr<ArkWebCursorInfo> info) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h225 …bool OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorInfo> info) over…
H A Dweb_client_impl.cpp878 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 Dweb_delegate.h788 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
H A Dweb_delegate.cpp5867 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 Dnweb_handler.h695 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 Dweb_pattern_test_ng.cpp338 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 Dweb_pattern.h523 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
H A Dweb_pattern.cpp1164 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