Searched defs:article_update (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils.cc47 ArticleDistillationUpdate article_update) OVERRIDE;
94 ArticleDistillationUpdate article_update) {
93 OnArticleUpdated( ArticleDistillationUpdate article_update) argument
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc54 ArticleDistillationUpdate article_update) OVERRIDE;
219 ArticleDistillationUpdate article_update) {
220 for (;page_count_ < static_cast<int>(article_update.GetPagesSize());
223 article_update.GetDistilledPage(page_count_);
218 OnArticleUpdated( ArticleDistillationUpdate article_update) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller.cc251 const ArticleDistillationUpdate& article_update = local
253 DCHECK_EQ(article_update.GetPagesSize(), finished_pages_index_.size());
254 update_cb_.Run(article_update);
H A Ddom_distiller_store.cc210 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);
H A Dtask_tracker.cc239 const ArticleDistillationUpdate& article_update) {
241 viewers_[i]->OnArticleUpdated(article_update);
238 OnArticleDistillationUpdated( const ArticleDistillationUpdate& article_update) argument
H A Ddistiller_unittest.cc268 void OnDistillArticleUpdate(const ArticleDistillationUpdate& article_update) { argument
269 in_sequence_updates_.push_back(article_update);

Completed in 3289 milliseconds