Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1485 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) { return; } in SetBackForwardCacheOptions()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp861 void WebviewControllerImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
Dwebview_ffi.cpp1426 … 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.cpp1157 void ArkWebNWebImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
/base/web/webview/interfaces/kits/ani/webview/native/webviewcontroller/
Dwebview_controller.cpp1916 void WebviewController::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp1334 void ArkWebNWebWrapper::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp2173 void WebviewController::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions()
Dnapi_webview_controller.cpp6168 int32_t timeToLive = BFCACHE_DEFAULT_TIMETOLIVE; in SetBackForwardCacheOptions() local