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 143 EntryKernelSet dirty_metas;
145 EntryKernelSet delete_journals;
531 EntryKernelSet* entries_to_journal);
entry_kernel.h 337 EntryKernelSet;
directory.cc 541 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
629 EntryKernelSet* entries_to_journal) {
678 EntryKernelSet entries_to_journal;
679 STLElementDeleter<EntryKernelSet> journal_deleter(&entries_to_journal);
756 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
    [all...]
syncable_unittest.cc 626 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
659 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
748 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
790 EntryKernelSet journal_entries;
823 EntryKernelSet journal_entries;
852 EntryKernelSet journal_entries;
    [all...]
directory_backing_store.cc 221 for (EntryKernelSet::const_iterator i = snapshot.dirty_metas.begin();
233 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 139 milliseconds