Home
last modified time | relevance | path

Searched refs:timeToLive (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1446 * @param timeToLive The time of the back forward cache page could stay.
1449 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h202 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h388 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive);
H A Dwebview_controller.cpp2020 void WebviewController::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() argument
2027 nweb_ptr->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
H A Dnapi_webview_controller.cpp5804 int32_t timeToLive = BFCACHE_DEFAULT_TIMETOLIVE; in SetBackForwardCacheOptions() local
5813 if (napi_get_named_property(env, argv[INTEGER_ZERO], "timeToLive", &timeToLiveObj) == napi_ok) { in SetBackForwardCacheOptions()
5814 if (!NapiParseUtils::ParseInt32(env, timeToLiveObj, timeToLive)) { in SetBackForwardCacheOptions()
5815 timeToLive = BFCACHE_DEFAULT_TIMETOLIVE; in SetBackForwardCacheOptions()
5819 webviewController->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1284 * @param timeToLive The time of the back forward cache page could stay.
1287 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) override;
H A Dark_web_nweb_impl.cpp1119 void ArkWebNWebImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() argument
1121 nweb_nweb_->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp794 void WebviewControllerImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() argument
801 nweb_ptr->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1278 void ArkWebNWebWrapper::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() argument
1280 ark_web_nweb_->SetBackForwardCacheOptions(size, timeToLive); in SetBackForwardCacheOptions()
H A Dark_web_nweb_wrapper.h1241 * @param timeToLive The time of the back forward cache page could stay.
1244 void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1480 * @param timeToLive The time of the back forward cache page could stay.
1482 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) { return; } in SetBackForwardCacheOptions() argument

Completed in 32 milliseconds