/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/getnweb_fuzzer/ |
H A D | getnweb_fuzzer.cpp | 32 NWebHelper::Instance().SetWebTag(nweb_id, "NWeb"); in GetNwebFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.cpp | 111 void ArkWebEngineImpl::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag() function in OHOS::ArkWeb::ArkWebEngineImpl 113 nweb_engine_->SetWebTag(nweb_id, web_tag); in SetWebTag()
|
H A D | ark_web_engine_impl.h | 44 void SetWebTag(int32_t nweb_id, const char* web_tag) override;
|
/ohos5.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::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;
|
/ohos5.0/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;
|
/ohos5.0/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;
|
/ohos5.0/base/web/webview/ohos_nweb/include/ |
H A D | nweb_helper.h | 55 void SetWebTag(int32_t nwebId, const char* webTag);
|
/ohos5.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 514 NWebHelper::Instance().SetWebTag(1, "webtag"); 516 NWebHelper::Instance().SetWebTag(1, "webtag");
|
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 62 NWeb::NWebHelper::Instance().SetWebTag(-1, webTag_.c_str()); in WebviewControllerImpl()
|
/ohos5.0/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
|
/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() function in OHOS::NWeb::NWebHelper 775 nwebEngine_->SetWebTag(nweb_id, webTag); in SetWebTag()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 61 NWeb::NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()
|
/ohos5.0/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()
|