DomDistillerModel 16 components/dom_distiller/core/dom_distiller_model.cc DomDistillerModel::DomDistillerModel() DomDistillerModel 19 components/dom_distiller/core/dom_distiller_model.cc DomDistillerModel::DomDistillerModel( DomDistillerModel 27 components/dom_distiller/core/dom_distiller_model.cc DomDistillerModel::~DomDistillerModel() {} DomDistillerModel 29 components/dom_distiller/core/dom_distiller_model.cc bool DomDistillerModel::GetEntryById(const std::string& entry_id, DomDistillerModel 39 components/dom_distiller/core/dom_distiller_model.cc bool DomDistillerModel::GetEntryByUrl(const GURL& url, DomDistillerModel 49 components/dom_distiller/core/dom_distiller_model.cc bool DomDistillerModel::GetKeyById(const std::string& entry_id, DomDistillerModel 61 components/dom_distiller/core/dom_distiller_model.cc bool DomDistillerModel::GetKeyByUrl(const GURL& url, KeyType* key) const { DomDistillerModel 72 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::GetEntryByKey(KeyType key, ArticleEntry* entry) const { DomDistillerModel 80 components/dom_distiller/core/dom_distiller_model.cc size_t DomDistillerModel::GetNumEntries() const { DomDistillerModel 84 components/dom_distiller/core/dom_distiller_model.cc std::vector<ArticleEntry> DomDistillerModel::GetEntries() const { DomDistillerModel 93 components/dom_distiller/core/dom_distiller_model.cc SyncDataList DomDistillerModel::GetAllSyncData() const { DomDistillerModel 102 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::CalculateChangesForMerge( DomDistillerModel 132 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::ApplyChangesToModel( DomDistillerModel 145 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::AddEntry(const ArticleEntry& entry) { DomDistillerModel 156 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::RemoveEntry(const ArticleEntry& entry) { DomDistillerModel 169 components/dom_distiller/core/dom_distiller_model.cc void DomDistillerModel::ApplyChangeToModel( DomDistillerModel 25 components/dom_distiller/core/dom_distiller_model.h class DomDistillerModel { DomDistillerModel 27 components/dom_distiller/core/dom_distiller_model.h DomDistillerModel(); DomDistillerModel 28 components/dom_distiller/core/dom_distiller_model.h explicit DomDistillerModel(const std::vector<ArticleEntry>& initial_data); DomDistillerModel 30 components/dom_distiller/core/dom_distiller_model.h ~DomDistillerModel(); DomDistillerModel 85 components/dom_distiller/core/dom_distiller_model.h DISALLOW_COPY_AND_ASSIGN(DomDistillerModel); DomDistillerModel 23 components/dom_distiller/core/dom_distiller_model_unittest.cc DomDistillerModel model(initial_model); DomDistillerModel 56 components/dom_distiller/core/dom_distiller_model_unittest.cc DomDistillerModel model(initial_model); DomDistillerModel 97 components/dom_distiller/core/dom_distiller_model_unittest.cc DomDistillerModel model(initial_model); DomDistillerModel 152 components/dom_distiller/core/dom_distiller_store.h DomDistillerModel model_;