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

  /external/chromium_org/sync/test/
null_directory_change_delegate.cc 16 for (EntryKernelMutationMap::const_iterator it =
27 for (EntryKernelMutationMap::const_iterator it =
  /external/chromium_org/sync/syncable/
syncable_write_transaction.h 56 EntryKernelMutationMap mutations_;
syncable_write_transaction.cc 41 EntryKernelMutationMap::iterator it = mutations_.lower_bound(handle);
49 for (syncable::EntryKernelMutationMap::iterator it = mutations_.begin();
152 for (EntryKernelMutationMap::const_iterator i = mutations.Get().begin();
entry_kernel.h 374 typedef std::map<int64, EntryKernelMutation> EntryKernelMutationMap;
376 typedef Immutable<EntryKernelMutationMap> ImmutableEntryKernelMutationMap;
384 const EntryKernelMutationMap& mutations);
entry_kernel.cc 219 const EntryKernelMutationMap& mutations) {
221 for (EntryKernelMutationMap::const_iterator it = mutations.begin();
  /external/chromium_org/sync/internal_api/
sync_backup_manager.cc 56 for (syncable::EntryKernelMutationMap::const_iterator it =
sync_manager_impl.cc 685 for (syncable::EntryKernelMutationMap::const_iterator it =
762 for (syncable::EntryKernelMutationMap::const_iterator it =
    [all...]

Completed in 72 milliseconds