Searched defs:PrepareForPageLoad (Results 1 – 6 of 6) 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 void ArkWebEngineImpl::PrepareForPageLoad(const ArkWebString& url, bool preconnectable, int32_t num… in PrepareForPageLoad() function in OHOS::ArkWeb::ArkWebEngineImpl
|
/ohos5.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 n… in PrepareForPageLoad() function in OHOS::ArkWeb::ArkWebEngineWrapper
|
/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() function in OHOS::NWeb::MockNWebEngine
|
/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() function in OHOS::NWeb::MockNWebEngine
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 794 void NWebHelper::PrepareForPageLoad(std::string url, bool preconnectable, int32_t numSockets) in PrepareForPageLoad() function in OHOS::NWeb::NWebHelper
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 4637 napi_value NapiWebviewController::PrepareForPageLoad(napi_env env, napi_callback_info info) in PrepareForPageLoad() function in OHOS::NWeb::NapiWebviewController
|