Home
last modified time | relevance | path

Searched defs:timeToLive (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1513 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) { return; } in SetBackForwardCacheOptions()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp803 void WebviewControllerImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
Dwebview_ffi.cpp1388 … int32_t FfiOHOSWebviewCtlSetBackForwardCacheOptions(int64_t id, int32_t size, int32_t timeToLive) in FfiOHOSWebviewCtlSetBackForwardCacheOptions()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp1142 void ArkWebNWebImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp1319 void ArkWebNWebWrapper::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp2026 void WebviewController::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
Dnapi_webview_controller.cpp5827 int32_t timeToLive = BFCACHE_DEFAULT_TIMETOLIVE; in SetBackForwardCacheOptions() local