Home
last modified time | relevance | path

Searched defs:SetBackForwardCacheOptions (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp614 void WebviewControllerImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::Webview::WebviewControllerImpl
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1449 virtual void SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) { return; } in SetBackForwardCacheOptions() function
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp1106 void ArkWebNWebImpl::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::ArkWeb::ArkWebNWebImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp1307 void ArkWebNWebWrapper::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::ArkWeb::ArkWebNWebWrapper
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp1958 void WebviewController::SetBackForwardCacheOptions(int32_t size, int32_t timeToLive) in SetBackForwardCacheOptions() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp5778 napi_value NapiWebviewController::SetBackForwardCacheOptions(napi_env env, napi_callback_info info) in SetBackForwardCacheOptions() function in OHOS::NWeb::NapiWebviewController