/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 156 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive);
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 614 void WebviewControllerImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::Webview::WebviewControllerImpl 621 nweb_ptr->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 1084 void ArkWebNWebImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::ArkWeb::ArkWebNWebImpl 1086 nweb_nweb_->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
|
H A D | ark_web_nweb_impl.h | 1229 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1483 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) = 0;
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 380 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive);
|
H A D | napi_webview_controller.h | 368 static napi_value SetBackForwardCacheOptions(napi_env env, napi_callback_info info);
|
H A D | webview_controller.cpp | 1958 void WebviewController::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::NWeb::WebviewController 1965 nweb_ptr->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
|
H A D | napi_webview_controller.cpp | 636 …ARE_NAPI_FUNCTION("setBackForwardCacheOptions", NapiWebviewController::SetBackForwardCacheOptions), in Init() 5778 napi_value NapiWebviewController::SetBackForwardCacheOptions(napi_env env, napi_callback_info info) in SetBackForwardCacheOptions() function in OHOS::NWeb::NapiWebviewController 5794 webviewController->SetBackForwardCacheOptions( in SetBackForwardCacheOptions() 5816 webviewController->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 1267 void ArkWebNWebWrapper::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::ArkWeb::ArkWebNWebWrapper 1269 ark_web_nweb_->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
|
H A D | ark_web_nweb_wrapper.h | 1236 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1416 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) { return; } in SetBackForwardCacheOptions() function
|