Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h79 static napi_value ClearHistory(napi_env env, napi_callback_info info);
Dwebview_controller.h109 void ClearHistory();
Dwebview_controller.cpp190 void WebviewController::ClearHistory() in ClearHistory() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp183 DECLARE_NAPI_FUNCTION("clearHistory", NapiWebviewController::ClearHistory), in Init()
805 napi_value NapiWebviewController::ClearHistory(napi_env env, napi_callback_info info) in ClearHistory() function in OHOS::NWeb::NapiWebviewController
813 webviewController->ClearHistory(); in ClearHistory()