HomeSort by relevance Sort by last modified time
    Searched refs:has_next_page (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/dom_distiller/core/
article_distillation_update.cc 13 bool has_next_page,
15 : has_next_page_(has_next_page),
article_distillation_update.h 22 bool has_next_page,
distiller.cc 167 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);
  /external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
dom_distiller_json_converter.h 77 if (message.has_next_page()) {

Completed in 1372 milliseconds