Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h63 static napi_value SetWebId(napi_env env, napi_callback_info info);
Dwebview_controller.h99 void SetWebId(int32_t nwebId);
Dwebview_controller.cpp93 void WebviewController::SetWebId(int32_t nwebId) in SetWebId() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp177 DECLARE_NAPI_FUNCTION("setWebId", NapiWebviewController::SetWebId), in Init()
623 napi_value NapiWebviewController::SetWebId(napi_env env, napi_callback_info info) in SetWebId() function in OHOS::NWeb::NapiWebviewController
642 webviewController->SetWebId(webId); in SetWebId()