HomeSort by relevance Sort by last modified time
    Searched defs:article_update (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.cc 210 DomDistillerObserver::ArticleUpdate article_update; local
213 article_update.update_type = DomDistillerObserver::ArticleUpdate::ADD;
216 article_update.update_type =
220 article_update.update_type =
228 article_update.entry_id = entry.entry_id();
229 article_changes.push_back(article_update);
distiller.cc 231 const ArticleDistillationUpdate& article_update = local
233 DCHECK_EQ(article_update.GetPagesSize(), finished_pages_index_.size());
234 update_cb_.Run(article_update);

Completed in 663 milliseconds