Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp5806 napi_value timeToLiveObj = nullptr; 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()

Completed in 10 milliseconds