Home
last modified time | relevance | path

Searched refs:ParseCacheOptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h336 std::shared_ptr<CacheOptions> ParseCacheOptions(napi_env env, napi_value value);
H A Dwebview_controller.cpp1613 std::shared_ptr<CacheOptions> WebviewController::ParseCacheOptions(napi_env env, napi_value value) in ParseCacheOptions() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp5729 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript()