HomeSort by relevance Sort by last modified time
    Searched full:update_pages (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_viewer_source_browsertest.cc 257 update_pages; local
266 update_pages.push_back(page_proto);
269 ArticleDistillationUpdate update(update_pages, true, false);
293 update_pages.push_back(page_proto);
296 ArticleDistillationUpdate update(update_pages, false, false);
  /external/chromium_org/components/dom_distiller/core/
distiller.cc 251 update_pages; local
255 update_pages.push_back(pages_[it->second]->distilled_page_proto);
257 return ArticleDistillationUpdate(update_pages, has_next_page, has_prev_page);
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 822 bool update_pages = false; local
826 update_pages = true;
832 if (update_pages)
    [all...]

Completed in 683 milliseconds