OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeleteJournal
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/syncable/
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
...]
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
);
/external/chromium_org/sync/internal_api/public/
delete_journal.h
27
class SYNC_EXPORT
DeleteJournal
{
Completed in 36 milliseconds