Home
last modified time | relevance | path

Searched refs:LoadWithDataAndBaseUrl (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/
H A Dloadwithdataandbaseurl_fuzzer.cpp37 g_nweb->LoadWithDataAndBaseUrl(baseUrl, datas, mimeType, encoding, historyUrl); in LoadWithDataAndBaseUrlFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h128 …int LoadWithDataAndBaseUrl(const std::string& baseUrl, const std::string& data, const std::string&… in LoadWithDataAndBaseUrl() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h159 int LoadWithDataAndBaseUrl(const std::string& baseUrl, in LoadWithDataAndBaseUrl() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp312 int ArkWebNWebImpl::LoadWithDataAndBaseUrl(const ArkWebString& base_url, const ArkWebString& data, in LoadWithDataAndBaseUrl() function in OHOS::ArkWeb::ArkWebNWebImpl
315 …return nweb_nweb_->LoadWithDataAndBaseUrl(ArkWebStringStructToClass(base_url), ArkWebStringStructT… in LoadWithDataAndBaseUrl()
H A Dark_web_nweb_impl.h296 …int LoadWithDataAndBaseUrl(const ArkWebString& base_url, const ArkWebString& data, const ArkWebStr…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h383 virtual int LoadWithDataAndBaseUrl(const ArkWebString& base_url,
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp108 return nweb_ptr->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadData()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp328 int ArkWebNWebWrapper::LoadWithDataAndBaseUrl(const std::string& base_url, const std::string& data, in LoadWithDataAndBaseUrl() function in OHOS::ArkWeb::ArkWebNWebWrapper
337 …int code = ark_web_nweb_->LoadWithDataAndBaseUrl(stBaseUrl, stData, stMimeType, stEncoding, stHist… in LoadWithDataAndBaseUrl()
H A Dark_web_nweb_wrapper.h302 …int LoadWithDataAndBaseUrl(const std::string& base_url, const std::string& data, const std::string…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h515 …virtual int LoadWithDataAndBaseUrl(const std::string& baseUrl, const std::string& data, const std:…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1101 … delegate->nweb_->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadDataWithBaseUrl()
1131 delegate->nweb_->LoadWithDataAndBaseUrl("resource://rawfile", data, "", "", ""); in LoadDataWithRichText()
1154 delegate->nweb_->LoadWithDataAndBaseUrl("resource://rawfile", data, "", "", ""); in LoadDataWithRichText()
1174 delegate->nweb_->LoadWithDataAndBaseUrl("resource://rawfile", data, "", "", ""); in LoadDataWithRichText()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp751 return nweb_ptr->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadData()