Home
last modified time | relevance | path

Searched refs:historyUrl (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/
Dloadwithdataandbaseurl_fuzzer.cpp36 const std::string historyUrl; in LoadWithDataAndBaseUrlFuzzTest() local
37 g_nweb->LoadWithDataAndBaseUrl(baseUrl, datas, mimeType, encoding, historyUrl); in LoadWithDataAndBaseUrlFuzzTest()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h165 const std::string& historyUrl) override in LoadWithDataAndBaseUrl() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp641 std::string baseUrl, std::string historyUrl) in LoadData() argument
647 if (baseUrl.empty() && historyUrl.empty()) { in LoadData()
650 return nweb_ptr->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadData()
Dwebview_controller.h158 std::string baseUrl, std::string historyUrl);
Dnapi_webview_controller.cpp2420 std::string historyUrl; in LoadData() local
2431 … if ((argc == INTEGER_FIVE) && !NapiParseUtils::ParseString(env, argv[INTEGER_FOUR], historyUrl)) { in LoadData()
2435 ErrCode ret = webviewController->LoadData(data, mimeType, encoding, baseUrl, historyUrl); in LoadData()
3142 std::string historyUrl = item->GetHistoryUrl(); in GetItem() local
3147 napi_create_string_utf8(env, historyUrl.c_str(), historyUrl.length(), &js_historyUrl); in GetItem()
/base/web/webview/ohos_nweb/include/
Dnweb.h445 const std::string& historyUrl) = 0;