Searched refs:MetahandleSet (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable.h | 217 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 …]
|
D | syncable.cc | 314 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 …]
|
D | directory_backing_store.h | 140 bool DeleteEntries(const MetahandleSet& handles);
|
D | syncable_unittest.cc | 364 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()
|
D | directory_backing_store.cc | 328 bool DirectoryBackingStore::DeleteEntries(const MetahandleSet& handles) { in DeleteEntries() 335 for (MetahandleSet::const_iterator it = handles.begin(); it != handles.end(); in DeleteEntries()
|
D | directory_backing_store_unittest.cc | 1526 MetahandleSet to_delete; in TEST_F()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_util.h | 117 syncable::MetahandleSet* inserted_items, 127 syncable::MetahandleSet* inserted_items,
|
D | syncer_util.cc | 604 syncable::MetahandleSet* inserted_items, in AddItemThenPredecessors() 632 syncable::MetahandleSet* inserted_items, in AddPredecessorsThenItem()
|
D | build_and_process_conflict_sets_command.cc | 163 syncable::MetahandleSet rollback_ids_inserted_items; in ApplyUpdatesTransactionally()
|