Home
last modified time | relevance | path

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

/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;
/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;
/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) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h697 virtual bool OnCursorChange(const CursorType& type, std::shared_ptr<NWebCursorInfo> info) in OnCursorChange() function in OHOS::NWeb::NWebHandler

Completed in 9 milliseconds