Home
last modified time | relevance | path

Searched refs:NWebEnginePrefetchArgsImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_init_params.h249 class NWebEnginePrefetchArgsImpl : public NWebEnginePrefetchArgs {
251NWebEnginePrefetchArgsImpl(const std::string& url, const std::string& method, const std::string& f… in NWebEnginePrefetchArgsImpl() function
255 ~NWebEnginePrefetchArgsImpl() = default;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp341 …td::shared_ptr<NWebEnginePrefetchArgs> prefetchArgs = std::make_shared<NWebEnginePrefetchArgsImpl>( in ParsePrefetchArgs()