Searched refs:GetWebId (Results 1 – 6 of 6) sorted by relevance
92 int32_t GetWebId() const;
80 static napi_value GetWebId(napi_env env, napi_callback_info info);
153 int32_t WebviewController::GetWebId() const in GetWebId() function in OHOS::NWeb::WebviewController158 webId = static_cast<int32_t>(nweb_ptr->GetWebId()); in GetWebId()
59 DECLARE_NAPI_FUNCTION("getWebId", NapiWebviewController::GetWebId), in Init()527 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts()975 napi_value NapiWebviewController::GetWebId(napi_env env, napi_callback_info info) in GetWebId() function in OHOS::NWeb::NapiWebviewController988 int32_t webId = webviewController->GetWebId(); in GetWebId()1792 webId = webviewController->GetWebId(); in InnerGetWebId()
150 unsigned int GetWebId() const override in GetWebId() function
275 virtual unsigned int GetWebId() const = 0;