Home
last modified time | relevance | path

Searched refs:DistillerFactoryImpl (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistiller.h60 class DistillerFactoryImpl : public DistillerFactory {
62 DistillerFactoryImpl(
65 ~DistillerFactoryImpl() override;
H A Ddistiller.cc37 DistillerFactoryImpl::DistillerFactoryImpl( in DistillerFactoryImpl() function in dom_distiller::DistillerFactoryImpl
43 DistillerFactoryImpl::~DistillerFactoryImpl() {} in ~DistillerFactoryImpl()
45 std::unique_ptr<Distiller> DistillerFactoryImpl::CreateDistillerForUrl( in CreateDistillerForUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistiller.h58 class DistillerFactoryImpl : public DistillerFactory {
60 DistillerFactoryImpl(
63 ~DistillerFactoryImpl() override;
H A Ddistiller.cc36 DistillerFactoryImpl::DistillerFactoryImpl( in DistillerFactoryImpl() function in dom_distiller::DistillerFactoryImpl
42 DistillerFactoryImpl::~DistillerFactoryImpl() {} in ~DistillerFactoryImpl()
44 std::unique_ptr<Distiller> DistillerFactoryImpl::CreateDistillerForUrl( in CreateDistillerForUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/reading_list/
H A Dreading_list_download_service_factory.cc64 std::make_unique<dom_distiller::DistillerFactoryImpl>( in BuildServiceInstanceFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc85 std::make_unique<DistillerFactoryImpl>( in BuildServiceInstanceFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc87 std::unique_ptr<DistillerFactory> distiller_factory(new DistillerFactoryImpl( in BuildServiceInstanceFor()