Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h83 void SetWebId(int32_t nwebId);
Dnapi_webview_controller.h57 static napi_value SetWebId(napi_env env, napi_callback_info info);
Dwebview_controller.cpp42 void WebviewController::SetWebId(int32_t nwebId) in SetWebId() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp157 DECLARE_NAPI_FUNCTION("setWebId", NapiWebviewController::SetWebId), in Init()
499 napi_value NapiWebviewController::SetWebId(napi_env env, napi_callback_info info) in SetWebId() function in OHOS::NWeb::NapiWebviewController
518 webviewController->SetWebId(webId); in SetWebId()