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

  /external/chromium_org/sync/syncable/
syncable_delete_journal.h 56 EntryKernelSet* deleted_entries);
69 EntryKernelSet* journal_entries,
78 void AddJournalBatch(BaseTransaction* trans, const EntryKernelSet& entries);
syncable_delete_journal.cc 69 EntryKernelSet* deleted_entries) {
98 EntryKernelSet* journal_entries,
119 const EntryKernelSet& entries) {
122 for (EntryKernelSet::const_iterator i = entries.begin();
directory.h 153 EntryKernelSet dirty_metas;
155 EntryKernelSet delete_journals;
589 EntryKernelSet* entries_to_journal,
entry_kernel.h 366 EntryKernelSet;
directory.cc 593 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
684 EntryKernelSet* entries_to_journal,
735 EntryKernelSet entries_to_journal;
736 STLElementDeleter<EntryKernelSet> journal_deleter(&entries_to_journal);
862 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
    [all...]
directory_unittest.cc 291 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
327 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
421 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
464 EntryKernelSet journal_entries;
497 EntryKernelSet journal_entries;
526 EntryKernelSet journal_entries;
    [all...]
directory_backing_store.cc 240 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
252 for (EntryKernelSet::const_iterator i = snapshot.delete_journals.begin();
    [all...]
  /external/chromium_org/sync/internal_api/
delete_journal.cc 16 syncer::syncable::EntryKernelSet deleted_entries;
20 for (syncer::syncable::EntryKernelSet::const_iterator i =
  /external/chromium_org/sync/engine/
syncer_unittest.cc     [all...]

Completed in 1206 milliseconds