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.h142 int GetHitTest();
Dnapi_webview_controller.h119 static napi_value GetHitTest(napi_env env, napi_callback_info info);
Dwebview_controller.cpp560 int WebviewController::GetHitTest() in GetHitTest() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp185 DECLARE_NAPI_FUNCTION("getHitTest", NapiWebviewController::GetHitTest), in Init()
2290 napi_value NapiWebviewController::GetHitTest(napi_env env, napi_callback_info info) in GetHitTest() function in OHOS::NWeb::NapiWebviewController
2303 int32_t type = webviewController->GetHitTest(); in GetHitTest()