Searched refs:baseUrl (Results 1 - 10 of 10) sorted by relevance
/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/ |
H A D | loadwithdataandbaseurl_fuzzer.cpp | 32 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 D | nweb_create_window.h | 128 int LoadWithDataAndBaseUrl(const std::string& baseUrl, const std::string& data, const std::string& mimeType,
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 159 int LoadWithDataAndBaseUrl(const std::string& baseUrl,
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 195 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 D | webview_ffi.cpp | 158 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 D | webview_controller_impl.h | 89 ErrCode LoadData(std::string data, std::string mimeType, std::string encoding, std::string baseUrl,
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 197 std::string baseUrl, std::string historyUrl);
|
H A D | webview_controller.cpp | 742 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 D | napi_webview_controller.cpp | 2977 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 D | nweb.h | 515 * 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