Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h524 class NWebTouchPointInfoImpl : public OHOS::NWeb::NWebTouchPointInfo {
526 NWebTouchPointInfoImpl(int id, double x, double y) : id_(id), x_(x), y_(y) {} in NWebTouchPointInfoImpl() function
527 ~NWebTouchPointInfoImpl() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3455 std::make_shared<NWebTouchPointInfoImpl>(touchPoint.id, touchPoint.x, touchPoint.y); in OnSelectHandleMove()
3505 std::make_shared<NWebTouchPointInfoImpl>(touchPoint.id, touchPoint.x, touchPoint.y); in HandleTouchMove()