Home
last modified time | relevance | path

Searched refs:MetahandleSet (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dsyncable.h217 typedef std::set<int64> MetahandleSet; typedef
239 inline void mark_dirty(syncable::MetahandleSet* dirty_index) { in mark_dirty()
250 inline void clear_dirty(syncable::MetahandleSet* dirty_index) { in clear_dirty()
515 syncable::MetahandleSet* GetDirtyIndexHelper();
740 MetahandleSet metahandles_to_purge;
900 const MetahandleSet& handles,
936 void GetAllMetaHandles(BaseTransaction* trans, MetahandleSet* result);
1005 MetahandleSet* const unapplied_update_metahandles;
1006 MetahandleSet* const unsynced_metahandles;
1009 MetahandleSet* const dirty_metahandles;
[all …]
Dsyncable.cc314 unapplied_update_metahandles(new MetahandleSet), in Kernel()
315 unsynced_metahandles(new MetahandleSet), in Kernel()
316 dirty_metahandles(new MetahandleSet), in Kernel()
317 metahandles_to_purge(new MetahandleSet), in Kernel()
593 for (MetahandleSet::const_iterator i = kernel_->dirty_metahandles->begin(); in TakeSnapshotForSaveChanges()
906 MetahandleSet* result) { in GetAllMetaHandles()
964 MetahandleSet handles; in CheckTreeInvariants()
983 MetahandleSet handles; in CheckTreeInvariants()
990 MetahandleSet::iterator i; in CheckTreeInvariants()
1002 const MetahandleSet& handles, in CheckTreeInvariants()
[all …]
Ddirectory_backing_store.h140 bool DeleteEntries(const MetahandleSet& handles);
Dsyncable_unittest.cc364 MetahandleSet all_set; in CheckPurgeEntriesWithTypeInSucceeded()
369 for (MetahandleSet::iterator iter = all_set.begin(); in CheckPurgeEntriesWithTypeInSucceeded()
415 MetahandleSet expected_purges; in TEST_F()
416 MetahandleSet all_handles; in TEST_F()
575 MetahandleSet all_set; in TEST_F()
Ddirectory_backing_store.cc328 bool DirectoryBackingStore::DeleteEntries(const MetahandleSet& handles) { in DeleteEntries()
335 for (MetahandleSet::const_iterator it = handles.begin(); it != handles.end(); in DeleteEntries()
Ddirectory_backing_store_unittest.cc1526 MetahandleSet to_delete; in TEST_F()
/external/chromium/chrome/browser/sync/engine/
Dsyncer_util.h117 syncable::MetahandleSet* inserted_items,
127 syncable::MetahandleSet* inserted_items,
Dsyncer_util.cc604 syncable::MetahandleSet* inserted_items, in AddItemThenPredecessors()
632 syncable::MetahandleSet* inserted_items, in AddPredecessorsThenItem()
Dbuild_and_process_conflict_sets_command.cc163 syncable::MetahandleSet rollback_ids_inserted_items; in ApplyUpdatesTransactionally()