Home
last modified time | relevance | path

Searched refs:initial_journal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/syncable/
Dsyncable_delete_journal.cc13 DeleteJournal::DeleteJournal(JournalIndex* initial_journal) { in DeleteJournal() argument
14 CHECK(initial_journal); in DeleteJournal()
15 delete_journals_.swap(*initial_journal); in DeleteJournal()
Dsyncable_delete_journal.h35 explicit DeleteJournal(JournalIndex* initial_journal);