Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h125 static napi_value GetHitTest(napi_env env, napi_callback_info info);
Dwebview_controller.h160 int GetHitTest();
Dwebview_controller.cpp694 int WebviewController::GetHitTest() in GetHitTest() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp206 DECLARE_NAPI_FUNCTION("getHitTest", NapiWebviewController::GetHitTest), in Init()
2449 napi_value NapiWebviewController::GetHitTest(napi_env env, napi_callback_info info) in GetHitTest() function in OHOS::NWeb::NapiWebviewController
2457 int32_t type = webviewController->GetHitTest(); in GetHitTest()