Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistiller.cc91 if (!IsPageNumberInUse(page_num) && url.is_valid() && in AddToDistillationQueue()
98 bool DistillerImpl::IsPageNumberInUse(int page_num) const { in IsPageNumberInUse() function in dom_distiller::DistillerImpl
376 has_prev_page = IsPageNumberInUse(prev_page_num); in CreateDistillationUpdate()
377 has_next_page = IsPageNumberInUse(next_page_num); in CreateDistillationUpdate()
H A Ddistiller.h137 bool IsPageNumberInUse(int page_num) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistiller.cc92 if (!IsPageNumberInUse(page_num) && url.is_valid() && in AddToDistillationQueue()
99 bool DistillerImpl::IsPageNumberInUse(int page_num) const { in IsPageNumberInUse() function in dom_distiller::DistillerImpl
377 has_prev_page = IsPageNumberInUse(prev_page_num); in CreateDistillationUpdate()
378 has_next_page = IsPageNumberInUse(next_page_num); in CreateDistillationUpdate()
H A Ddistiller.h136 bool IsPageNumberInUse(int page_num) const;