Home
last modified time | relevance | path

Searched refs:CreateDistillerForUrl (Results 1 – 11 of 11) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistiller.h55 virtual std::unique_ptr<Distiller> CreateDistillerForUrl(const GURL& url) = 0;
66 std::unique_ptr<Distiller> CreateDistillerForUrl(const GURL& url) override;
H A Dfake_distiller.h25 std::unique_ptr<Distiller> CreateDistillerForUrl( in CreateDistillerForUrl() function
H A Dtask_tracker.cc58 distiller_ = factory->CreateDistillerForUrl(url); in StartDistiller()
H A Ddistiller.cc45 std::unique_ptr<Distiller> DistillerFactoryImpl::CreateDistillerForUrl( in CreateDistillerForUrl() function in dom_distiller::DistillerFactoryImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistiller.h53 virtual std::unique_ptr<Distiller> CreateDistillerForUrl(const GURL& url) = 0;
64 std::unique_ptr<Distiller> CreateDistillerForUrl(const GURL& url) override;
H A Dfake_distiller.h25 std::unique_ptr<Distiller> CreateDistillerForUrl( in CreateDistillerForUrl() function
H A Dtask_tracker.cc58 distiller_ = factory->CreateDistillerForUrl(url); in StartDistiller()
H A Ddistiller.cc44 std::unique_ptr<Distiller> DistillerFactoryImpl::CreateDistillerForUrl( in CreateDistillerForUrl() function in dom_distiller::DistillerFactoryImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/dom_distiller/
H A Ddistiller_viewer.cc51 distiller_ = distiller_factory->CreateDistillerForUrl(url); in DistillerViewer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/standalone/
H A Dcontent_extractor_browsertest.cc74 std::unique_ptr<Distiller> CreateDistillerForUrl(const GURL& url) override { in CreateDistillerForUrl() function in dom_distiller::TestDistillerFactoryImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/standalone/
H A Dcontent_extractor_browsertest.cc72 std::unique_ptr<Distiller> CreateDistillerForUrl(const GURL& url) override { in CreateDistillerForUrl() function in dom_distiller::TestDistillerFactoryImpl