GetEntryById 116 components/dom_distiller/core/dom_distiller_model.cc if (GetEntryById(entry_id, NULL)) { GetEntryById 181 components/dom_distiller/core/dom_distiller_model.cc if (GetEntryById(entry_id, ¤t_entry)) { GetEntryById 193 components/dom_distiller/core/dom_distiller_model.cc if (!GetEntryById(entry_id, ¤t_entry)) { GetEntryById 34 components/dom_distiller/core/dom_distiller_model.h bool GetEntryById(const std::string& entry_id, ArticleEntry* entry) const; GetEntryById 26 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryById(entry1.entry_id(), &found_entry)); GetEntryById 30 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryById(entry2.entry_id(), &found_entry)); GetEntryById 34 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_FALSE(model.GetEntryById("some_other_id", NULL)); GetEntryById 104 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryById(entry1.entry_id(), &found_entry)); GetEntryById 108 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryById(entry2.entry_id(), &found_entry)); GetEntryById 122 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryById(entry1.entry_id(), &found_entry)); GetEntryById 126 components/dom_distiller/core/dom_distiller_model_unittest.cc EXPECT_TRUE(model.GetEntryById(entry2.entry_id(), &found_entry)); GetEntryById 100 components/dom_distiller/core/dom_distiller_service.cc if (!store_->GetEntryById(entry_id, entry.get())) { GetEntryById 114 components/dom_distiller/core/dom_distiller_service.cc if (!store_->GetEntryById(entry_id, &entry)) { GetEntryById 59 components/dom_distiller/core/dom_distiller_store.cc return model_.GetEntryById(entry_id, entry); GetEntryById 73 components/dom_distiller/core/dom_distiller_store.cc if (model_.GetEntryById(entry.entry_id(), NULL)) { GetEntryById 101 components/dom_distiller/core/dom_distiller_store.cc if (!model_.GetEntryById(entry.entry_id(), NULL)) { GetEntryById 131 components/dom_distiller/core/dom_distiller_store.cc if (!model_.GetEntryById(entry.entry_id(), NULL)) { GetEntryById 49 components/dom_distiller/core/dom_distiller_store.h virtual bool GetEntryById(const std::string& entry_id, GetEntryById 98 components/dom_distiller/core/dom_distiller_store.h virtual bool GetEntryById(const std::string& entry_id, GetEntryById 209 sync/syncable/directory.cc return GetEntryById(id, &lock); GetEntryById 325 sync/syncable/directory.cc return GetEntryById(Id()); GetEntryById 383 sync/syncable/directory.cc if (NULL != GetEntryById(new_id, &lock)) GetEntryById 382 sync/syncable/directory.h virtual EntryKernel* GetEntryById(const Id& id); GetEntryById 488 sync/syncable/directory.h EntryKernel* GetEntryById(const Id& id, ScopedKernelLock* const lock); GetEntryById 23 sync/syncable/entry.cc kernel_ = trans->directory()->GetEntryById(id);