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

  /external/chromium_org/components/dom_distiller/core/
task_tracker.h 51 virtual void OnArticleUpdated(ArticleDistillationUpdate article_update) = 0;
102 const ArticleDistillationUpdate& article_update);
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 251 const ArticleDistillationUpdate& article_update = local
253 DCHECK_EQ(article_update.GetPagesSize(), finished_pages_index_.size());
254 update_cb_.Run(article_update);
task_tracker.cc 239 const ArticleDistillationUpdate& article_update) {
241 viewers_[i]->OnArticleUpdated(article_update);
viewer_unittest.cc 23 void(ArticleDistillationUpdate article_update));
task_tracker_unittest.cc 26 void(ArticleDistillationUpdate article_update));
distiller_unittest.cc 268 void OnDistillArticleUpdate(const ArticleDistillationUpdate& article_update) {
269 in_sequence_updates_.push_back(article_update);
dom_distiller_service_unittest.cc 40 void(ArticleDistillationUpdate article_update));
  /external/chromium_org/components/dom_distiller/content/
dom_distiller_viewer_source.cc 54 ArticleDistillationUpdate article_update) OVERRIDE;
219 ArticleDistillationUpdate article_update) {
220 for (;page_count_ < static_cast<int>(article_update.GetPagesSize());
223 article_update.GetDistilledPage(page_count_);
  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils.cc 47 ArticleDistillationUpdate article_update) OVERRIDE;
94 ArticleDistillationUpdate article_update) {
  /external/chromium_org/components/dom_distiller/standalone/
content_extractor.cc 202 virtual void OnArticleUpdated(ArticleDistillationUpdate article_update)

Completed in 114 milliseconds