Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/common/
Dnweb_create_window.h188 void ClearMatches() const override in ClearMatches() function
/base/web/webview/ohos_nweb/include/
Dnweb.h471 virtual void ClearMatches() const = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h121 static napi_value ClearMatches(napi_env env, napi_callback_info info);
Dwebview_controller.h144 void ClearMatches();
Dwebview_controller.cpp570 void WebviewController::ClearMatches() in ClearMatches() function in OHOS::NWeb::WebviewController
574 nweb_ptr->ClearMatches(); in ClearMatches()
Dnapi_webview_controller.cpp186 DECLARE_NAPI_FUNCTION("clearMatches", NapiWebviewController::ClearMatches), in Init()
2308 napi_value NapiWebviewController::ClearMatches(napi_env env, napi_callback_info info) in ClearMatches() function in OHOS::NWeb::NapiWebviewController
2322 controller->ClearMatches(); in ClearMatches()