DomDistillerStore   54 chrome/browser/dom_distiller/dom_distiller_service_factory.cc   scoped_ptr<DomDistillerStore> dom_distiller_store(new DomDistillerStore(
DomDistillerStore   26 components/dom_distiller/core/dom_distiller_store.cc DomDistillerStore::DomDistillerStore(
DomDistillerStore   33 components/dom_distiller/core/dom_distiller_store.cc                   base::Bind(&DomDistillerStore::OnDatabaseInit,
DomDistillerStore   37 components/dom_distiller/core/dom_distiller_store.cc DomDistillerStore::DomDistillerStore(
DomDistillerStore   46 components/dom_distiller/core/dom_distiller_store.cc                   base::Bind(&DomDistillerStore::OnDatabaseInit,
DomDistillerStore   50 components/dom_distiller/core/dom_distiller_store.cc DomDistillerStore::~DomDistillerStore() {}
DomDistillerStore   53 components/dom_distiller/core/dom_distiller_store.cc syncer::SyncableService* DomDistillerStore::GetSyncableService() {
DomDistillerStore   57 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::GetEntryById(const std::string& entry_id,
DomDistillerStore   62 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::GetEntryByUrl(const GURL& url,
DomDistillerStore   68 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::AddEntry(const ArticleEntry& entry) {
DomDistillerStore   96 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::UpdateEntry(const ArticleEntry& entry) {
DomDistillerStore  126 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::RemoveEntry(const ArticleEntry& entry) {
DomDistillerStore  154 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::AddObserver(DomDistillerObserver* observer) {
DomDistillerStore  158 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::RemoveObserver(DomDistillerObserver* observer) {
DomDistillerStore  162 components/dom_distiller/core/dom_distiller_store.cc std::vector<ArticleEntry> DomDistillerStore::GetEntries() const {
DomDistillerStore  167 components/dom_distiller/core/dom_distiller_store.cc SyncMergeResult DomDistillerStore::MergeDataAndStartSyncing(
DomDistillerStore  188 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::StopSyncing(ModelType type) {
DomDistillerStore  193 components/dom_distiller/core/dom_distiller_store.cc SyncDataList DomDistillerStore::GetAllSyncData(ModelType type) const {
DomDistillerStore  197 components/dom_distiller/core/dom_distiller_store.cc SyncError DomDistillerStore::ProcessSyncChanges(
DomDistillerStore  209 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::NotifyObservers(const syncer::SyncChangeList& changes) {
DomDistillerStore  242 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::ApplyChangesToModel(
DomDistillerStore  250 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::OnDatabaseInit(bool success) {
DomDistillerStore  256 components/dom_distiller/core/dom_distiller_store.cc   database_->LoadEntries(base::Bind(&DomDistillerStore::OnDatabaseLoad,
DomDistillerStore  260 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::OnDatabaseLoad(bool success,
DomDistillerStore  280 components/dom_distiller/core/dom_distiller_store.cc void DomDistillerStore::OnDatabaseSave(bool success) {
DomDistillerStore  290 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::ApplyChangesToSync(
DomDistillerStore  308 components/dom_distiller/core/dom_distiller_store.cc bool DomDistillerStore::ApplyChangesToDatabase(
DomDistillerStore  329 components/dom_distiller/core/dom_distiller_store.cc                            base::Bind(&DomDistillerStore::OnDatabaseSave,
DomDistillerStore  334 components/dom_distiller/core/dom_distiller_store.cc SyncMergeResult DomDistillerStore::MergeDataWithModel(
DomDistillerStore   76 components/dom_distiller/core/dom_distiller_store.h class DomDistillerStore : public syncer::SyncableService,
DomDistillerStore   81 components/dom_distiller/core/dom_distiller_store.h   DomDistillerStore(scoped_ptr<DomDistillerDatabaseInterface> database,
DomDistillerStore   87 components/dom_distiller/core/dom_distiller_store.h   DomDistillerStore(scoped_ptr<DomDistillerDatabaseInterface> database,
DomDistillerStore   91 components/dom_distiller/core/dom_distiller_store.h   virtual ~DomDistillerStore();
DomDistillerStore  154 components/dom_distiller/core/dom_distiller_store.h   base::WeakPtrFactory<DomDistillerStore> weak_ptr_factory_;
DomDistillerStore  156 components/dom_distiller/core/dom_distiller_store.h   DISALLOW_COPY_AND_ASSIGN(DomDistillerStore);
DomDistillerStore  175 components/dom_distiller/core/dom_distiller_store_unittest.cc   scoped_ptr<DomDistillerStore> store_;
DomDistillerStore  421 components/dom_distiller/core/dom_distiller_store_unittest.cc   scoped_ptr<DomDistillerStore> owned_other_store(new DomDistillerStore(
DomDistillerStore  425 components/dom_distiller/core/dom_distiller_store_unittest.cc   DomDistillerStore* other_store = owned_other_store.get();
DomDistillerStore   93 components/dom_distiller/core/dom_distiller_test_util.cc DomDistillerStore* CreateStoreWithFakeDB(FakeDB* fake_db,
DomDistillerStore   95 components/dom_distiller/core/dom_distiller_test_util.cc   return new DomDistillerStore(
DomDistillerStore   16 components/dom_distiller/core/dom_distiller_test_util.h class DomDistillerStore;
DomDistillerStore   45 components/dom_distiller/core/dom_distiller_test_util.h DomDistillerStore* CreateStoreWithFakeDB(FakeDB* fake_db,
DomDistillerStore   46 components/dom_distiller/standalone/content_extractor.cc   scoped_ptr<DomDistillerStore> dom_distiller_store(new DomDistillerStore(