Searched refs:num_sockets (Results 1 - 8 of 8) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.h | 48 void PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) override;
|
H A D | ark_web_engine_impl.cpp | 127 void ArkWebEngineImpl::PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) in PrepareForPageLoad() argument 129 nweb_engine_->PrepareForPageLoad(ArkWebStringStructToClass(url), preconnectable, num_sockets); in PrepareForPageLoad() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_engine.h | 63 virtual void PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_wrapper.cpp | 130 void ArkWebEngineWrapper::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;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_engine.h | 50 virtual void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) = 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
|
/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
|
Completed in 4 milliseconds