Home
last modified time | relevance | path

Searched refs:UpdateCustomCursor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h525 void UpdateCustomCursor(int32_t windowId, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> info);
H A Dweb_pattern.cpp4705 UpdateCustomCursor(windowId, info); in OnCursorChange()
4735 void WebPattern::UpdateCustomCursor(int32_t windowId, std::shared_ptr<OHOS::NWeb::NWebCursorInfo> i… in UpdateCustomCursor() function in OHOS::Ace::NG::WebPattern