Searched refs:EnableBackForwardCache (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/web/webview/ohos_nweb/include/ |
H A D | nweb_helper.h | 89 void EnableBackForwardCache(bool enableNativeEmbed, bool enableMediaTakeOver);
|
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 152 void EnableBackForwardCache(bool nativeEmbed, bool mediaTakeOver) {} in EnableBackForwardCache() function in OHOS::NWeb::MockNWebEngine 201 NWebHelper::Instance().EnableBackForwardCache(true, true); 337 NWebHelper::Instance().EnableBackForwardCache(true, true);
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nwebhelper_fuzzer.cpp | 152 void EnableBackForwardCache(bool nativeEmbed, bool mediaTakeOver) {} in EnableBackForwardCache() function in OHOS::NWeb::MockNWebEngine
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.h | 366 static napi_value EnableBackForwardCache(napi_env env, napi_callback_info info);
|
H A D | napi_webview_controller.cpp | 635 …LARE_NAPI_STATIC_FUNCTION("enableBackForwardCache", NapiWebviewController::EnableBackForwardCache), in Init() 5742 napi_value NapiWebviewController::EnableBackForwardCache(napi_env env, napi_callback_info info) in EnableBackForwardCache() function in OHOS::NWeb::NapiWebviewController 5752 NWebHelper::Instance().EnableBackForwardCache(false, false); in EnableBackForwardCache() 5773 NWebHelper::Instance().EnableBackForwardCache(nativeEmbed, mediaTakeOver); in EnableBackForwardCache()
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 953 void NWebHelper::EnableBackForwardCache(bool enableNativeEmbed, bool enableMediaTakeOver) in EnableBackForwardCache() function in OHOS::NWeb::NWebHelper
|