Searched refs:historyUrl (Results 1 – 6 of 6) sorted by relevance
/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/ |
D | loadwithdataandbaseurl_fuzzer.cpp | 36 const std::string historyUrl; in LoadWithDataAndBaseUrlFuzzTest() local 37 g_nweb->LoadWithDataAndBaseUrl(baseUrl, datas, mimeType, encoding, historyUrl); in LoadWithDataAndBaseUrlFuzzTest()
|
/base/web/webview/test/unittest/common/ |
D | nweb_create_window.h | 165 const std::string& historyUrl) override in LoadWithDataAndBaseUrl() argument
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.cpp | 641 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()
|
D | webview_controller.h | 158 std::string baseUrl, std::string historyUrl);
|
D | napi_webview_controller.cpp | 2420 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/ |
D | nweb.h | 445 const std::string& historyUrl) = 0;
|