GetEntryFromChange 31 components/dom_distiller/core/article_entry.h ArticleEntry GetEntryFromChange(const syncer::SyncChange& change); GetEntryFromChange 191 components/dom_distiller/core/dom_distiller_model.cc ArticleEntry entry = GetEntryFromChange(change); GetEntryFromChange 232 components/dom_distiller/core/dom_distiller_store.cc const ArticleEntry& entry = GetEntryFromChange(*it); GetEntryFromChange 323 components/dom_distiller/core/dom_distiller_store.cc entries_to_remove->push_back(GetEntryFromChange(*it)); GetEntryFromChange 325 components/dom_distiller/core/dom_distiller_store.cc entries_to_save->push_back(GetEntryFromChange(*it)); GetEntryFromChange 71 components/dom_distiller/core/dom_distiller_store_unittest.cc AddEntry(GetEntryFromChange(*it), model_);