HomeSort by relevance Sort by last modified time
    Searched defs:GetEntryById (Results 1 - 4 of 4) 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, &current_entry)) {
193 if (!GetEntryById(entry_id, &current_entry)) {
dom_distiller_store.cc 56 bool DomDistillerStore::GetEntryById(const std::string& entry_id,
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)) {
  /external/chromium_org/sync/syncable/
directory.cc 226 EntryKernel* Directory::GetEntryById(const Id& id) {
228 return GetEntryById(lock, id);
231 EntryKernel* Directory::GetEntryById(const ScopedKernelLock& lock,
399 if (NULL != GetEntryById(lock, new_id))
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 307 HeapEntry* HeapSnapshot::GetEntryById(SnapshotObjectId id) {
    [all...]

Completed in 2699 milliseconds