OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDeleteJournalEnabled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/syncable/
syncable_delete_journal.h
81
static bool
IsDeleteJournalEnabled
(ModelType type);
syncable_delete_journal.cc
33
if (!(
IsDeleteJournalEnabled
(entry.GetServerModelType()) ||
34
IsDeleteJournalEnabled
(
133
bool DeleteJournal::
IsDeleteJournalEnabled
(ModelType type) {
directory.cc
724
(delete_journal_->
IsDeleteJournalEnabled
(local_type) ||
725
delete_journal_->
IsDeleteJournalEnabled
(server_type));
[
all
...]
Completed in 150 milliseconds