/base/web/webview/test/fuzztest/ohos_nweb/getnweb_fuzzer/ |
H A D | getnweb_fuzzer.cpp | 32 NWebHelper::Instance().SetWebTag(nweb_id, "NWeb"); in GetNwebFuzzTest()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.h | 44 void SetWebTag(int32_t nweb_id, const char* web_tag) override;
|
H A D | ark_web_engine_impl.cpp | 110 void ArkWebEngineImpl::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag() function in OHOS::ArkWeb::ArkWebEngineImpl 112 nweb_engine_->SetWebTag(nweb_id, web_tag); in SetWebTag()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_engine.h | 57 virtual void SetWebTag(int32_t nweb_id, const char* web_tag) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_wrapper.cpp | 114 void ArkWebEngineWrapper::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag() function in OHOS::OHOS::ArkWeb::ArkWebEngineWrapper 116 ark_web_engine_->SetWebTag(nweb_id, web_tag); in SetWebTag()
|
H A D | ark_web_engine_wrapper.h | 43 void SetWebTag(int32_t nweb_id, const char* web_tag) override;
|
/base/web/webview/ohos_nweb/include/ |
H A D | nweb_helper.h | 55 void SetWebTag(int32_t nwebId, const char* webTag);
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_engine.h | 46 virtual void SetWebTag(int32_t nweb_id, const char* web_tag) = 0;
|
/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 103 void SetWebTag(int32_t nweb_id, const char* web_tag) {} in SetWebTag() function in OHOS::NWeb::MockNWebEngine 512 NWebHelper::Instance().SetWebTag(1, "webtag"); in HWTEST_F() 514 NWebHelper::Instance().SetWebTag(1, "webtag"); in HWTEST_F()
|
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nwebhelper_fuzzer.cpp | 103 void SetWebTag(int32_t nweb_id, const char* web_tag) {} in SetWebTag() function in OHOS::NWeb::MockNWebEngine
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 779 void NWebHelper::SetWebTag(int32_t nweb_id, const char* webTag) in SetWebTag() function in OHOS::NWeb::NWebHelper 786 nwebEngine_->SetWebTag(nweb_id, webTag); in SetWebTag()
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 74 NWeb::NWebHelper::Instance().SetWebTag(-1, webTag_.c_str()); in WebviewControllerImpl()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 108 NWebHelper::Instance().SetWebTag(-1, webTag_.c_str()); in WebviewController() 131 NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 157 NWeb::NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()
|