Searched defs:DeleteJournal (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Ddelete_journal.h27 class SYNC_EXPORT DeleteJournal { class in namespace:syncer
/external/chromium_org/sync/syncable/
H A Dsyncable_delete_journal.h24 // DeleteJournal manages deleted entries that are not in sync directory until
26 // DeleteJournal is thread-safe and can be accessed on any thread. Has to hold
27 // a valid transaction object when calling methods of DeleteJournal, thus each
29 class SYNC_EXPORT_PRIVATE DeleteJournal { class in namespace:syncer::syncable
35 explicit DeleteJournal(JournalIndex* initial_journal);
36 ~DeleteJournal();
98 DISALLOW_COPY_AND_ASSIGN(DeleteJournal);
H A Dsyncable_delete_journal.cc13 DeleteJournal::DeleteJournal(JournalIndex* initial_journal) { function in class:syncer::syncable::DeleteJournal
18 DeleteJournal::~DeleteJournal() {
22 size_t DeleteJournal::GetDeleteJournalSize(BaseTransaction* trans) const {
27 void DeleteJournal::UpdateDeleteJournalForServerDelete(
67 void DeleteJournal::GetDeleteJournals(BaseTransaction* trans,
81 void DeleteJournal::PurgeDeleteJournals(BaseTransaction* trans,
97 void DeleteJournal::TakeSnapshotAndClear(BaseTransaction* trans,
118 void DeleteJournal
[all...]

Completed in 408 milliseconds