HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryById (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_model_unittest.cc 26 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));
dom_distiller_store.h 49 virtual bool GetEntryById(const std::string& entry_id,
98 virtual bool GetEntryById(const std::string& entry_id,
dom_distiller_model.cc 29 bool DomDistillerModel::GetEntryById(const std::string& entry_id,
116 if (GetEntryById(entry_id, NULL)) {
181 if (GetEntryById(entry_id, &current_entry)) {
193 if (!GetEntryById(entry_id, &current_entry)) {
dom_distiller_model.h 34 bool GetEntryById(const std::string& entry_id, ArticleEntry* entry) const;
dom_distiller_store.cc 57 bool DomDistillerStore::GetEntryById(const std::string& entry_id,
59 return model_.GetEntryById(entry_id, entry);
73 if (model_.GetEntryById(entry.entry_id(), NULL)) {
101 if (!model_.GetEntryById(entry.entry_id(), NULL)) {
131 if (!model_.GetEntryById(entry.entry_id(), NULL)) {
dom_distiller_service.cc 57 if (!store_->GetEntryById(entry_id, &entry)) {
67 if (!store_->GetEntryById(entry_id, &entry)) {
  /external/chromium_org/sync/syncable/
directory.h 374 virtual EntryKernel* GetEntryById(const Id& id);
480 EntryKernel* GetEntryById(const Id& id, ScopedKernelLock* const lock);
entry.cc 23 kernel_ = trans->directory()->GetEntryById(id);
directory.cc 207 EntryKernel* Directory::GetEntryById(const Id& id) {
209 return GetEntryById(id, &lock);
212 EntryKernel* Directory::GetEntryById(const Id& id,
343 return GetEntryById(Id());
401 if (NULL != GetEntryById(new_id, &lock))
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 418 EntryKernel* Directory::GetEntryById(const Id& id) {
420 return GetEntryById(id, &lock);
423 EntryKernel* Directory::GetEntryById(const Id& id,
501 return GetEntryById(Id());
541 if (NULL != GetEntryById(new_id, &lock))
    [all...]
syncable.h 802 virtual EntryKernel* GetEntryById(const Id& id);
824 EntryKernel* GetEntryById(const Id& id, ScopedKernelLock* const lock);
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 195 HeapEntry* GetEntryById(SnapshotObjectId id);
heap-snapshot-generator.cc 314 HeapEntry* HeapSnapshot::GetEntryById(SnapshotObjectId id) {
    [all...]
api.cc     [all...]
  /external/v8/src/
profile-generator.h 666 HeapEntry* GetEntryById(SnapshotObjectId id);
    [all...]
profile-generator.cc     [all...]
api.cc     [all...]

Completed in 404 milliseconds