Searched refs:delete_journal_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/syncable/
H A Ddirectory.cc191 delete_journal_.reset(new DeleteJournal(&delete_journals));
205 DCHECK(delete_journal_.get());
206 return delete_journal_.get();
570 delete_journal_->TakeSnapshotAndClear(
800 (delete_journal_->IsDeleteJournalEnabled(local_type) ||
801 delete_journal_->IsDeleteJournalEnabled(server_type));
806 delete_journal_->AddJournalBatch(&trans, entries_to_journal);
894 delete_journal_->AddJournalBatch(&trans, snapshot.delete_journals);
895 delete_journal_->PurgeDeleteJournals(&trans,
H A Ddirectory.h645 scoped_ptr<DeleteJournal> delete_journal_; member in class:syncer::syncable::Directory

Completed in 1547 milliseconds