OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetEntryById
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/dom_distiller/core/
dom_distiller_model.cc
29
bool DomDistillerModel::
GetEntryById
(const std::string& entry_id,
116
if (
GetEntryById
(entry_id, NULL)) {
181
if (
GetEntryById
(entry_id, ¤t_entry)) {
193
if (!
GetEntryById
(entry_id, ¤t_entry)) {
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)) {
/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
314
HeapEntry* HeapSnapshot::
GetEntryById
(SnapshotObjectId id) {
[
all
...]
/external/v8/src/
profile-generator.cc
[
all
...]
Completed in 60 milliseconds