Searched refs:NWebEnginePrefetchArgsImpl (Results 1 – 2 of 2) sorted by relevance
249 class NWebEnginePrefetchArgsImpl : public NWebEnginePrefetchArgs {251 …NWebEnginePrefetchArgsImpl(const std::string& url, const std::string& method, const std::string& f… in NWebEnginePrefetchArgsImpl() function255 ~NWebEnginePrefetchArgsImpl() = default;
341 …td::shared_ptr<NWebEnginePrefetchArgs> prefetchArgs = std::make_shared<NWebEnginePrefetchArgsImpl>( in ParsePrefetchArgs()