Home
last modified time | relevance | path

Searched refs:hitType (Results 1 – 11 of 11) 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() argument
147 void SetHitType(int hitType) in SetHitType() argument
149 hitType_ = hitType; in SetHitType()
/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h164 int ConverToWebHitTestType(int hitType);
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp390 int WebviewControllerImpl::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType() argument
393 switch (hitType) { in ConverToWebHitTestType()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h399 int ConverToWebHitTestType(int hitType);
H A Dwebview_controller.cpp754 int WebviewController::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType() argument
757 switch (hitType) { in ConverToWebHitTestType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1063 int ConverToWebHitTestType(int hitType);
H A Dweb_delegate.cpp1453 int WebDelegate::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType() argument
1456 switch (hitType) { in ConverToWebHitTestType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md8628 let hitType = this.controller.getHitTest()
8629 console.log("hitType: " + hitType)
H A Djs-apis-webview.md3153 console.log("hitType: " + hitValue.type);
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md8624 let hitType = this.controller.getHitTest()
8625 console.log("hitType: " + hitType)
H A Djs-apis-webview.md3153 console.log("hitType: " + hitValue.type);