Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/loadwithdata_fuzzer/
H A Dloadwithdata_fuzzer.cpp35 g_nweb->LoadWithData(datas, mimeType, encoding); in LoadWithDataFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h133 …int LoadWithData(const std::string& data, const std::string& mimeType, const std::string& encoding… in LoadWithData() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h167 int LoadWithData(const std::string& data, in LoadWithData() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp320 int ArkWebNWebImpl::LoadWithData(const ArkWebString& data, const ArkWebString& mime_type, const Ark… in LoadWithData() function in OHOS::ArkWeb::ArkWebNWebImpl
322 return nweb_nweb_->LoadWithData( in LoadWithData()
H A Dark_web_nweb_impl.h308 …int LoadWithData(const ArkWebString& data, const ArkWebString& mime_type, const ArkWebString& enco…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h399 virtual int LoadWithData(const ArkWebString& data,
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp106 return nweb_ptr->LoadWithData(data, mimeType, encoding); in LoadData()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp347 int ArkWebNWebWrapper::LoadWithData(const std::string& data, const std::string& mime_type, const st… in LoadWithData() function in OHOS::ArkWeb::ArkWebNWebWrapper
353 int code = ark_web_nweb_->LoadWithData(stData, stMimeType, stEncoding); in LoadWithData()
H A Dark_web_nweb_wrapper.h314 …int LoadWithData(const std::string& data, const std::string& mime_type, const std::string& encodin…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h527 …virtual int LoadWithData(const std::string& data, const std::string& mimeType, const std::string& …
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp749 return nweb_ptr->LoadWithData(data, mimeType, encoding); in LoadData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1099 delegate->nweb_->LoadWithData(data, mimeType, encoding); in LoadDataWithBaseUrl()