Searched refs:num_sockets (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.cpp | 128 …ebEngineImpl::PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) in PrepareForPageLoad() argument 130 nweb_engine_->PrepareForPageLoad(ArkWebStringStructToClass(url), preconnectable, num_sockets); in PrepareForPageLoad()
|
H A D | ark_web_engine_impl.h | 48 …void PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) overrid…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_wrapper.cpp | 130 …EngineWrapper::PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) in PrepareForPageLoad() argument 134 ark_web_engine_->PrepareForPageLoad(stUrl, preconnectable, num_sockets); in PrepareForPageLoad()
|
H A D | ark_web_engine_wrapper.h | 47 …void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_engine.h | 63 …ual void PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_engine.h | 50 …tual void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) = 0;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nwebhelper_fuzzer.cpp | 107 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad() argument
|
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 107 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad() argument
|