Searched refs:additionalHttpHeaders (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/web/webview/test/fuzztest/loadurl_fuzzer/ |
H A D | loadurl_fuzzer.cpp | 33 std::map<std::string, std::string> additionalHttpHeaders; in LoadUrlFuzzTest() local 34 g_nweb->Load(url, additionalHttpHeaders); in LoadUrlFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 496 … Load(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) = 0; 873 … const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) = 0;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 124 …d(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) override in Load() argument
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 155 const std::map<std::string, std::string> &additionalHttpHeaders) override in Load() argument
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 281 … ErrCode PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders);
|
H A D | napi_webview_controller.cpp | 4567 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPage() local 4569 ErrCode ret = webviewController->PrefetchPage(url, additionalHttpHeaders); in PrefetchPage() 4585 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchPageWithHttpHeaders() local 4607 additionalHttpHeaders[key] = value; in PrefetchPageWithHttpHeaders() 4614 ErrCode ret = webviewController->PrefetchPage(url, additionalHttpHeaders); in PrefetchPageWithHttpHeaders() 4696 std::map<std::string, std::string> additionalHttpHeaders; in PrefetchResource() local 4697 if (argc >= INTEGER_TWO && !ParseHttpHeaders(env, argv[INTEGER_ONE], &additionalHttpHeaders)) { in PrefetchResource() 4729 …NWebHelper::Instance().PrefetchResource(prefetchArgs, additionalHttpHeaders, cacheKey, cacheValidT… in PrefetchResource()
|
H A D | webview_controller.cpp | 1344 …ontroller::PrefetchPage(std::string& url, std::map<std::string, std::string> additionalHttpHeaders) in PrefetchPage() argument 1351 nweb_ptr->PrefetchPage(url, additionalHttpHeaders); in PrefetchPage()
|