OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetEntryById
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/syncable/
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
...]
/external/chromium_org/v8/src/
heap-snapshot-generator.cc
310
HeapEntry* HeapSnapshot::
GetEntryById
(SnapshotObjectId id) {
[
all
...]
/external/v8/src/
profile-generator.cc
[
all
...]
Completed in 3798 milliseconds