Searched defs:webTag (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/web/webview/interfaces/native/ |
H A D | native_interface_arkweb.cpp | 61 void OH_NativeArkWeb_RunJavaScript(const char* webTag, const char* jsCode, NativeArkWeb_OnJavaScrip… in OH_NativeArkWeb_RunJavaScript() 73 void OH_NativeArkWeb_RegisterJavaScriptProxy(const char* webTag, const char* objName, const char** … in OH_NativeArkWeb_RegisterJavaScriptProxy() 95 void OH_NativeArkWeb_UnregisterJavaScriptProxy(const char* webTag, const char* objName) in OH_NativeArkWeb_UnregisterJavaScriptProxy() 106 void OH_NativeArkWeb_SetDestroyCallback(const char* webTag, NativeArkWeb_OnDestroyCallback callback) in OH_NativeArkWeb_SetDestroyCallback() 120 NativeArkWeb_OnDestroyCallback OH_NativeArkWeb_GetDestroyCallback(const char* webTag) in OH_NativeArkWeb_GetDestroyCallback() 131 void OH_NativeArkWeb_SetJavaScriptProxyValidCallback(const char* webTag, NativeArkWeb_OnValidCallba… in OH_NativeArkWeb_SetJavaScriptProxyValidCallback() 145 NativeArkWeb_OnValidCallback OH_NativeArkWeb_GetJavaScriptProxyValidCallback(const char* webTag) in OH_NativeArkWeb_GetJavaScriptProxyValidCallback()
|
H A D | native_arkweb_utils.cpp | 29 void OH_NativeArkWeb_BindWebTagToWebInstance(const char* webTag, std::weak_ptr<OHOS::NWeb::NWeb> nw… in OH_NativeArkWeb_BindWebTagToWebInstance() 35 std::weak_ptr<OHOS::NWeb::NWeb> OH_NativeArkWeb_GetWebInstanceByWebTag(const char* webTag) in OH_NativeArkWeb_GetWebInstanceByWebTag()
|
H A D | arkweb_scheme_handler.cpp | 432 bool OH_ArkWeb_SetSchemeHandler(const char* scheme, const char* webTag, ArkWeb_SchemeHandler* schem… in OH_ArkWeb_SetSchemeHandler() 466 int32_t OH_ArkWeb_ClearSchemeHandlers(const char* webTag) in OH_ArkWeb_ClearSchemeHandlers()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 60 explicit WebviewControllerImpl(const std::string& webTag) : webTag_(webTag) in WebviewControllerImpl()
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 768 void NWebHelper::SetWebTag(int32_t nweb_id, const char* webTag) in SetWebTag()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_ffi.cpp | 49 std::string webTag = cWebTag; in FfiOHOSWebviewCtlConstructorWithWebTag() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 106 WebviewController::WebviewController(const std::string& webTag) : webTag_(webTag) in WebviewController() 584 std::string webTag = "arkweb:" + std::to_string(WebviewController::webTagStrId_); in GenerateWebTag() local
|
H A D | napi_webview_controller.cpp | 863 std::string webTag; in JsConstructor() local
|