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

  /external/chromium_org/sync/syncable/
syncable_delete_journal.h 24 // 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 {
35 explicit DeleteJournal(JournalIndex* initial_journal);
36 ~DeleteJournal();
98 DISALLOW_COPY_AND_ASSIGN(DeleteJournal);
syncable_delete_journal.cc 13 DeleteJournal::DeleteJournal(JournalIndex* initial_journal) {
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::AddJournalBatch(BaseTransaction* trans
    [all...]
directory.h 267 DeleteJournal* delete_journal();
645 scoped_ptr<DeleteJournal> delete_journal_;
directory_unittest.cc 463 DeleteJournal* delete_journal = dir()->delete_journal();
498 DeleteJournal* delete_journal = dir()->delete_journal();
527 DeleteJournal* delete_journal = dir()->delete_journal();
550 DeleteJournal* delete_journal = dir()->delete_journal();
    [all...]
directory.cc 191 delete_journal_.reset(new DeleteJournal(&delete_journals));
204 DeleteJournal* Directory::delete_journal() {
    [all...]
  /external/chromium_org/sync/internal_api/public/
delete_journal.h 27 class SYNC_EXPORT DeleteJournal {
  /external/chromium_org/sync/internal_api/
delete_journal.cc 14 void DeleteJournal::GetBookmarkDeleteJournals(
52 void DeleteJournal::PurgeDeleteJournals(BaseTransaction* trans,
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 620 syncer::DeleteJournal::GetBookmarkDeleteJournals(trans, &bk_delete_journals);
695 syncer::DeleteJournal::PurgeDeleteJournals(trans, journals_to_purge);
  /external/chromium_org/sync/engine/
syncer_unittest.cc     [all...]

Completed in 1247 milliseconds