Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h123 int GetHitTest();
Dnapi_webview_controller.h110 static napi_value GetHitTest(napi_env env, napi_callback_info info);
Dwebview_controller.cpp561 int WebviewController::GetHitTest() in GetHitTest() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp71 DECLARE_NAPI_FUNCTION("getHitTest", NapiWebviewController::GetHitTest), in Init()
1366 napi_value NapiWebviewController::GetHitTest(napi_env env, napi_callback_info info) in GetHitTest() function in OHOS::NWeb::NapiWebviewController
1379 int32_t type = webviewController->GetHitTest(); in GetHitTest()