Home
last modified time | relevance | path

Searched refs:ArkWebCursorType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h26 using ArkWebCursorType = OHOS::NWeb::CursorType; variable
362 …bool OnCursorChange(const ArkWebCursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info…
H A Dark_web_handler_wrapper.cpp571 const ArkWebCursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info) in OnCursorChange()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp65 using ArkWebCursorType = OHOS::NWeb::CursorType; typedef
487 return nweb_handler_->OnCursorChange(static_cast<ArkWebCursorType>(type), nullptr); in OnCursorChange()
491 static_cast<ArkWebCursorType>(type), std::make_shared<ArkWebCursorInfoWrapper>(info)); in OnCursorChange()