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

  /external/chromium_org/sync/syncable/
directory.cc 172 delete_journal_.reset(new DeleteJournal(&delete_journals));
186 DCHECK(delete_journal_.get());
187 return delete_journal_.get();
511 delete_journal_->TakeSnapshotAndClear(
724 (delete_journal_->IsDeleteJournalEnabled(local_type) ||
725 delete_journal_->IsDeleteJournalEnabled(server_type));
730 delete_journal_->AddJournalBatch(&trans, entries_to_journal);
769 delete_journal_->AddJournalBatch(&trans, snapshot.delete_journals);
770 delete_journal_->PurgeDeleteJournals(&trans,
    [all...]
directory.h 549 scoped_ptr<DeleteJournal> delete_journal_; member in class:syncer::syncable::Directory

Completed in 329 milliseconds