Searched defs:has_next_page (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Darticle_distillation_update.cc13 bool has_next_page,
15 : has_next_page_(has_next_page),
11 ArticleDistillationUpdate( const std::vector<scoped_refptr<RefCountedPageProto> >& pages, bool has_next_page, bool has_prev_page) argument
H A Ddistiller.cc167 if (pagination_info.has_next_page()) {
262 bool has_next_page = false; local
267 has_next_page = IsPageNumberInUse(next_page_num);
277 return ArticleDistillationUpdate(update_pages, has_next_page, has_prev_page);

Completed in 85 milliseconds