Home
last modified time | relevance | path

Searched refs:LoadWithDataAndBaseUrl (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/
Dloadwithdataandbaseurl_fuzzer.cpp117 g_nweb->LoadWithDataAndBaseUrl(baseUrl, datas, mimeType, encoding, historyUrl); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h158 int LoadWithDataAndBaseUrl(const std::string& baseUrl, in LoadWithDataAndBaseUrl() function
/base/web/webview/ohos_nweb/include/
Dnweb.h404 virtual int LoadWithDataAndBaseUrl(const std::string& baseUrl,
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp516 return nweb_ptr->LoadWithDataAndBaseUrl(baseUrl, data, mimeType, encoding, historyUrl); in LoadData()