Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp341 std::shared_ptr<NWebEnginePrefetchArgs> prefetchArgs = std::make_shared<NWebEnginePrefetchArgsImpl>( in ParsePrefetchArgs() local
343 return prefetchArgs; in ParsePrefetchArgs()
4693 std::shared_ptr<NWebEnginePrefetchArgs> prefetchArgs = ParsePrefetchArgs(env, argv[INTEGER_ZERO]); in PrefetchResource() local
4694 if (prefetchArgs == nullptr) { in PrefetchResource()
4713 cacheKey = prefetchArgs->GetUrl(); in PrefetchResource()
4731 NWebHelper::Instance().PrefetchResource(prefetchArgs, additionalHttpHeaders, cacheKey, cacheValidTime); in PrefetchResource()

Completed in 12 milliseconds