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.h194 void ClearMatches() const override in ClearMatches() function
/base/web/webview/ohos_nweb/include/
Dnweb.h508 virtual void ClearMatches() const = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h127 static napi_value ClearMatches(napi_env env, napi_callback_info info);
Dwebview_controller.h162 void ClearMatches();
Dwebview_controller.cpp704 void WebviewController::ClearMatches() in ClearMatches() function in OHOS::NWeb::WebviewController
708 nweb_ptr->ClearMatches(); in ClearMatches()
Dnapi_webview_controller.cpp207 DECLARE_NAPI_FUNCTION("clearMatches", NapiWebviewController::ClearMatches), in Init()
2462 napi_value NapiWebviewController::ClearMatches(napi_env env, napi_callback_info info) in ClearMatches() function in OHOS::NWeb::NapiWebviewController
2476 controller->ClearMatches(); in ClearMatches()