Home
last modified time | relevance | path

Searched refs:AddToDistillationQueue (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistiller.cc90 void DistillerImpl::AddToDistillationQueue(int page_num, const GURL& url) { in AddToDistillationQueue() function in dom_distiller::DistillerImpl
121 AddToDistillationQueue(0, url); in DistillPage()
257 AddToDistillationQueue(page_num + 1, next_page_url); in OnPageDistillationFinished()
267 AddToDistillationQueue(page_num - 1, prev_page_url); in OnPageDistillationFinished()
H A Ddistiller.h132 void AddToDistillationQueue(int page_num, const GURL& url);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistiller.cc91 void DistillerImpl::AddToDistillationQueue(int page_num, const GURL& url) { in AddToDistillationQueue() function in dom_distiller::DistillerImpl
122 AddToDistillationQueue(0, url); in DistillPage()
258 AddToDistillationQueue(page_num + 1, next_page_url); in OnPageDistillationFinished()
268 AddToDistillationQueue(page_num - 1, prev_page_url); in OnPageDistillationFinished()
H A Ddistiller.h131 void AddToDistillationQueue(int page_num, const GURL& url);