Home
last modified time | relevance | path

Searched refs:preconnectable (Results 1 - 13 of 13) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.h48 void PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num_sockets) override;
H A Dark_web_engine_impl.cpp127 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 Dark_web_engine.h63 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 Dark_web_engine_wrapper.cpp130 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 Dark_web_engine_wrapper.h47 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h56 void PrepareForPageLoad(std::string url, bool preconnectable, int32_t numSockets);
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h50 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 Dnwebhelper_fuzzer.cpp107 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad() argument
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp805 void NWebHelper::PrepareForPageLoad(std::string url, bool preconnectable, int32_t numSockets) in PrepareForPageLoad() argument
812 nwebEngine_->PrepareForPageLoad(url, preconnectable, numSockets); in PrepareForPageLoad()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_ffi.h89 FFI_EXPORT int32_t FfiOHOSWebviewCtlPrepareForPageLoad(char *url, bool preconnectable, int32_t numSockets);
/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
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1168 int32_t FfiOHOSWebviewCtlPrepareForPageLoad(char *url, bool preconnectable, int32_t numSockets) in FfiOHOSWebviewCtlPrepareForPageLoad() argument
1185 NWeb::NWebHelper::Instance().PrepareForPageLoad(webSrc, preconnectable, numSockets); in FfiOHOSWebviewCtlPrepareForPageLoad()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4658 bool preconnectable = false; in PrepareForPageLoad() local
4659 if (!NapiParseUtils::ParseBoolean(env, argv[INTEGER_ONE], preconnectable)) { in PrepareForPageLoad()
4674 NWebHelper::Instance().PrepareForPageLoad(url, preconnectable, numSockets); in PrepareForPageLoad()

Completed in 20 milliseconds