Searched refs:GetEntryById (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model_unittest.cc26 EXPECT_TRUE(model.GetEntryById(entry1.entry_id(), &found_entry));
30 EXPECT_TRUE(model.GetEntryById(entry2.entry_id(), &found_entry));
34 EXPECT_FALSE(model.GetEntryById("some_other_id", NULL));
104 EXPECT_TRUE(model.GetEntryById(entry1.entry_id(), &found_entry));
108 EXPECT_TRUE(model.GetEntryById(entry2.entry_id(), &found_entry));
122 EXPECT_TRUE(model.GetEntryById(entry1.entry_id(), &found_entry));
126 EXPECT_TRUE(model.GetEntryById(entry2.entry_id(), &found_entry));
H A Ddom_distiller_model.cc29 bool DomDistillerModel::GetEntryById(const std::string& entry_id, function in class:dom_distiller::DomDistillerModel
116 if (GetEntryById(entry_id, NULL)) {
181 if (GetEntryById(entry_id, &current_entry)) {
193 if (!GetEntryById(entry_id, &current_entry)) {
H A Ddom_distiller_model.h34 bool GetEntryById(const std::string& entry_id, ArticleEntry* entry) const;
H A Ddom_distiller_service.cc112 return store_->GetEntryById(entry_id, NULL);
117 if (store_->GetEntryById(entry_id, &entry)) {
136 if (!store_->GetEntryById(entry_id, entry.get())) {
151 if (!store_->GetEntryById(entry_id, &entry)) {
H A Ddom_distiller_store.cc56 bool DomDistillerStore::GetEntryById(const std::string& entry_id, function in class:dom_distiller::DomDistillerStore
58 return model_.GetEntryById(entry_id, entry);
70 if (model_.GetEntryById(entry.entry_id(), NULL)) {
98 if (!model_.GetEntryById(entry.entry_id(), NULL)) {
128 if (!model_.GetEntryById(entry.entry_id(), NULL)) {
H A Ddom_distiller_store.h49 virtual bool GetEntryById(const std::string& entry_id,
102 virtual bool GetEntryById(const std::string& entry_id,
/external/chromium_org/sync/syncable/
H A Ddirectory.h532 virtual EntryKernel* GetEntryById(const Id& id);
533 virtual EntryKernel* GetEntryById(const ScopedKernelLock& lock, const Id& id);
H A Dentry.cc23 kernel_ = trans->directory()->GetEntryById(id);
H A Ddirectory.cc226 EntryKernel* Directory::GetEntryById(const Id& id) { function in class:syncer::syncable::Directory
228 return GetEntryById(lock, id);
231 EntryKernel* Directory::GetEntryById(const ScopedKernelLock& lock, function in class:syncer::syncable::Directory
399 if (NULL != GetEntryById(lock, new_id))
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h174 HeapEntry* GetEntryById(SnapshotObjectId id);
H A Dheap-snapshot-generator.cc307 HeapEntry* HeapSnapshot::GetEntryById(SnapshotObjectId id) { function in class:v8::internal::HeapSnapshot
H A Dapi.cc7313 ToInternal(this)->GetEntryById(id));

Completed in 241 milliseconds