Home
last modified time | relevance | path

Searched defs:preconnectable (Results 1 – 9 of 9) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_engine_impl.cpp128 void ArkWebEngineImpl::PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num… in PrepareForPageLoad()
/base/web/webview/test/unittest/interface_native_test/
Darkweb_interface_test.cpp68 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad()
Darkweb_scheme_handler_test.cpp571 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_engine_wrapper.cpp132 void ArkWebEngineWrapper::PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t n… in PrepareForPageLoad()
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_test.cpp109 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad()
Dnweb_helper_ex_test.cpp107 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad()
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp879 void NWebHelper::PrepareForPageLoad(std::string url, bool preconnectable, int32_t numSockets) in PrepareForPageLoad()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_ffi.cpp1669 int32_t FfiOHOSWebviewCtlPrepareForPageLoad(char *url, bool preconnectable, int32_t numSockets) in FfiOHOSWebviewCtlPrepareForPageLoad()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp4970 bool preconnectable = false; in PrepareForPageLoad() local