Home
last modified time | relevance | path

Searched refs:baseUrl (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/
H A Dloadwithdataandbaseurl_fuzzer.cpp32 std::string baseUrl((const char *)data, size); in LoadWithDataAndBaseUrlFuzzTest()
37 g_nweb->LoadWithDataAndBaseUrl(baseUrl, datas, mimeType, encoding, historyUrl); in LoadWithDataAndBaseUrlFuzzTest()
/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& mimeType,
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h159 int LoadWithDataAndBaseUrl(const std::string& baseUrl,
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp195 std::string baseUrl, std::string historyUrl) in LoadData()
201 if (baseUrl.empty() && historyUrl.empty()) { in LoadData()
204 return nweb_ptr->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadData()
194 LoadData(std::string data, std::string mimeType, std::string encoding, std::string baseUrl, std::string historyUrl) LoadData() argument
H A Dwebview_ffi.cpp158 std::string baseUrl = loadDatas.cBaseUrl; in FfiOHOSWebviewCtlLoadData() local
160 return nativeWebviewCtl->LoadData(data, mimeType, encoding, baseUrl, historyUrl); in FfiOHOSWebviewCtlLoadData()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h89 ErrCode LoadData(std::string data, std::string mimeType, std::string encoding, std::string baseUrl,
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h197 std::string baseUrl, std::string historyUrl);
H A Dwebview_controller.cpp742 std::string baseUrl, std::string historyUrl) in LoadData()
748 if (baseUrl.empty() && historyUrl.empty()) { in LoadData()
751 return nweb_ptr->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadData()
741 LoadData(std::string data, std::string mimeType, std::string encoding, std::string baseUrl, std::string historyUrl) LoadData() argument
H A Dnapi_webview_controller.cpp2977 std::string baseUrl; in LoadData() local
2985 if ((argc >= INTEGER_FOUR) && !NapiParseUtils::ParseString(env, argv[INTEGER_THREE], baseUrl)) { in LoadData()
2993 ErrCode ret = webviewController->LoadData(data, mimeType, encoding, baseUrl, historyUrl); in LoadData()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h515 * Loads the given data into this NWeb, using baseUrl as the base URL for
520 * @param baseUrl String: the URL to use as the page's base URL. If null
531 virtual int LoadWithDataAndBaseUrl(const std::string& baseUrl, const std::string& data, const std::string& mimeType,

Completed in 23 milliseconds