OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PutIsDel
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/sync/syncable/
mutable_entry.h
51
void
PutIsDel
(bool value);
directory_unittest.cc
129
entry.
PutIsDel
(true);
571
e1.
PutIsDel
(true);
574
e2.
PutIsDel
(true);
577
e3.
PutIsDel
(true);
579
e1.
PutIsDel
(false);
580
e2.
PutIsDel
(false);
581
e3.
PutIsDel
(false);
583
e1.
PutIsDel
(true);
584
e2.
PutIsDel
(true);
585
e3.
PutIsDel
(true)
[
all
...]
mutable_entry.cc
158
void MutableEntry::
PutIsDel
(bool value) {
syncable_unittest.cc
604
me.
PutIsDel
(deleted);
/external/chromium_org/sync/test/engine/
test_syncable_utils.cc
85
node.
PutIsDel
(false);
/external/chromium_org/sync/engine/
directory_commit_contribution_unittest.cc
67
entry.
PutIsDel
(false);
210
e1.
PutIsDel
(true);
252
e1.
PutIsDel
(true);
syncer_util.cc
453
entry->
PutIsDel
(true);
458
entry->
PutIsDel
(false);
464
entry->
PutIsDel
(entry->GetServerIsDel());
syncer_unittest.cc
453
entry.
PutIsDel
(true);
[
all
...]
directory_update_handler_unittest.cc
722
entry.
PutIsDel
(true);
[
all
...]
/external/chromium_org/sync/internal_api/
write_node.cc
406
existing_entry->
PutIsDel
(false);
489
entry_->
PutIsDel
(true);
494
entry_->
PutIsDel
(true);
sync_backup_manager.cc
132
entry.
PutIsDel
(true);
sync_rollback_manager_base.cc
283
entry.
PutIsDel
(false);
311
entry.
PutIsDel
(false);
sync_manager_impl_unittest.cc
164
entry.
PutIsDel
(false);
193
entry.
PutIsDel
(false);
[
all
...]
sync_encryption_handler_impl_unittest.cc
117
node.
PutIsDel
(false);
[
all
...]
/external/chromium_org/sync/internal_api/test/
test_entry_factory.cc
109
entry.
PutIsDel
(false);
164
entry.
PutIsDel
(false);
Completed in 288 milliseconds