Searched refs:webId (Results 1 - 4 of 4) sorted by relevance
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 168 int32_t webId = -1; in GetWebId() local 171 webId = static_cast<int32_t>(nweb_ptr->GetWebId()); in GetWebId() 173 return webId; in GetWebId()
|
H A D | webview_ffi.cpp | 268 int32_t webId = -1; in FfiOHOSWebviewCtlGetWebId() local 269 webId = nativeWebviewCtl->GetWebId(); in FfiOHOSWebviewCtlGetWebId() 271 return webId; in FfiOHOSWebviewCtlGetWebId()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 1089 int32_t webId = -1; in SetWebId() local 1090 if (!NapiParseUtils::ParseInt32(env, argv[0], webId)) { in SetWebId() 1100 webviewController->SetWebId(webId); in SetWebId() 2004 int32_t webId = -1; in JsConstructor() local 2005 if (!NapiParseUtils::ParseInt32(env, argv[INTEGER_ZERO], webId)) { in JsConstructor() 2022 WebMessagePort *msgPort = new (std::nothrow) WebMessagePort(webId, portHandle, isExtentionType); in JsConstructor() 2530 int32_t webId = webviewController->GetWebId(); in GetWebId() local 2531 napi_create_int32(env, webId, &result); in GetWebId() 3609 int32_t webId = -1; in InnerGetWebId() local 3612 napi_create_int32(env, webId, in InnerGetWebId() [all...] |
H A D | webview_controller.cpp | 313 int32_t webId = -1; in GetWebId() local 316 webId = static_cast<int32_t>(nweb_ptr->GetWebId()); in GetWebId() 318 return webId; in GetWebId()
|
Completed in 17 milliseconds