Home
last modified time | relevance | path

Searched defs:webTag (Results 1 – 11 of 11) sorted by relevance

/base/web/webview/interfaces/native/
Dnative_interface_arkweb.cpp64 void OH_NativeArkWeb_RunJavaScript(const char* webTag, const char* jsCode, NativeArkWeb_OnJavaScrip… in OH_NativeArkWeb_RunJavaScript()
76 void OH_NativeArkWeb_RegisterJavaScriptProxy(const char* webTag, const char* objName, const char** … in OH_NativeArkWeb_RegisterJavaScriptProxy()
98 void OH_NativeArkWeb_UnregisterJavaScriptProxy(const char* webTag, const char* objName) in OH_NativeArkWeb_UnregisterJavaScriptProxy()
109 void OH_NativeArkWeb_SetDestroyCallback(const char* webTag, NativeArkWeb_OnDestroyCallback callback) in OH_NativeArkWeb_SetDestroyCallback()
123 NativeArkWeb_OnDestroyCallback OH_NativeArkWeb_GetDestroyCallback(const char* webTag) in OH_NativeArkWeb_GetDestroyCallback()
134 void OH_NativeArkWeb_SetJavaScriptProxyValidCallback(const char* webTag, NativeArkWeb_OnValidCallba… in OH_NativeArkWeb_SetJavaScriptProxyValidCallback()
148 NativeArkWeb_OnValidCallback OH_NativeArkWeb_GetJavaScriptProxyValidCallback(const char* webTag) in OH_NativeArkWeb_GetJavaScriptProxyValidCallback()
171 ArkWeb_ErrorCode OH_NativeArkWeb_LoadData(const char* webTag, in OH_NativeArkWeb_LoadData()
Dnative_arkweb_utils.cpp29 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()
Darkweb_interface.cpp325 const char* webTag, ArkWeb_OnScrollCallback callback, void* userData) in OH_ArkWeb_RegisterScrollCallback()
Darkweb_scheme_handler.cpp432 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()
/base/web/webview/test/unittest/interface_native_test/
Darkweb_scheme_handler_test.cpp160 const char* webTag = nullptr; variable
271 const char* webTag = "webTag"; variable
371 const char* webTag = "webTag"; variable
Darkweb_interface_test.cpp277 const char* webTag = "testWebTag"; variable
279 … ArkWeb_OnScrollCallback callback = [](const char* webTag, void* userData, double x, double y) {}; in __anonc6ac4f470102()
/base/web/webview/interfaces/kits/cj/include/
Dwebview_controller_impl.h98 explicit WebviewControllerImpl(const std::string& webTag) : webTag_(webTag) in WebviewControllerImpl()
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp788 void NWebHelper::SetWebTag(int32_t nweb_id, const char* webTag) in SetWebTag()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp107 WebviewController::WebviewController(const std::string& webTag) : webTag_(webTag) in WebviewController()
581 std::string webTag = "arkweb:" + std::to_string(WebviewController::webTagStrId_); in GenerateWebTag() local
Dnapi_webview_controller.cpp868 std::string webTag; in JsConstructor() local
/base/web/webview/interfaces/kits/cj/src/
Dwebview_ffi.cpp147 std::string webTag = cWebTag; in FfiOHOSWebviewCtlConstructorWithWebTag() local