Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h128 …HitTestResult(const std::string& extraData, int hitType) : extraData_(extraData), hitType_(hitType… in HitTestResult()
144 return hitType_; in GetHitType()
149 hitType_ = hitType; in SetHitType()
154 int hitType_ = static_cast<int>(WebHitTestType::UNKNOWN); variable