Home
last modified time | relevance | path

Searched refs:SetWebTag (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/getnweb_fuzzer/
H A Dgetnweb_fuzzer.cpp32 NWebHelper::Instance().SetWebTag(nweb_id, "NWeb"); in GetNwebFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.cpp111 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 Dark_web_engine_impl.h44 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 Dark_web_engine_wrapper.cpp114 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 Dark_web_engine_wrapper.h43 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 Dark_web_engine.h57 virtual void SetWebTag(int32_t nweb_id, const char* web_tag) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h46 virtual void SetWebTag(int32_t nweb_id, const char* web_tag) = 0;
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h55 void SetWebTag(int32_t nwebId, const char* webTag);
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp103 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 Dwebview_controller_impl.h62 NWeb::NWebHelper::Instance().SetWebTag(-1, webTag_.c_str()); in WebviewControllerImpl()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp103 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 Dnweb_helper.cpp768 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 Dwebview_controller_impl.cpp61 NWeb::NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp108 NWebHelper::Instance().SetWebTag(-1, webTag_.c_str()); in WebviewController()
131 NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()