Searched defs:GetEntryById (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc418 EntryKernel* Directory::GetEntryById(const Id& id) { function in class:syncable::Directory
420 return GetEntryById(id, &lock);
423 EntryKernel* Directory::GetEntryById(const Id& id, function in class:syncable::Directory
501 return GetEntryById(Id());
541 if (NULL != GetEntryById(new_id, &lock))
1259 kernel_ = trans->directory()->GetEntryById(id);
1614 EntryKernel* previous_entry = GetEntryById(old_previous, lock);
1623 EntryKernel* next_entry = GetEntryById(old_next, lock);
1725 entry = GetEntryById(entry->ref(PREV_ID), &lock);
1757 entry = GetEntryById(entr
[all...]
/external/v8/src/
H A Dprofile-generator.cc1252 HeapEntry* HeapSnapshot::GetEntryById(SnapshotObjectId id) { function in class:v8::internal::HeapSnapshot

Completed in 101 milliseconds