Home
last modified time | relevance | path

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 Dark_web_engine_impl.cpp128 …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 Dark_web_engine_impl.h48 …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 Dark_web_engine_wrapper.cpp130 …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 Dark_web_engine_wrapper.h47 …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 Dark_web_engine.h63 …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 Dnweb_engine.h50 …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 Dnwebhelper_fuzzer.cpp107 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 Dnweb_helper_test.cpp107 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad() argument