Searched refs:ArkWebCursorType (Results 1 – 3 of 3) sorted by relevance
26 using ArkWebCursorType = OHOS::NWeb::CursorType; variable362 …bool OnCursorChange(const ArkWebCursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info…
571 const ArkWebCursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info) in OnCursorChange()
65 using ArkWebCursorType = OHOS::NWeb::CursorType; typedef487 return nweb_handler_->OnCursorChange(static_cast<ArkWebCursorType>(type), nullptr); in OnCursorChange()491 static_cast<ArkWebCursorType>(type), std::make_shared<ArkWebCursorInfoWrapper>(info)); in OnCursorChange()