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

  /external/chromium_org/sync/engine/
conflict_util.cc 25 entry->PutIsUnsynced(false);
50 entry->PutIsUnsynced(false);
syncer_unittest.cc 264 entry->PutIsUnsynced(true);
359 entry.PutIsUnsynced(true);
373 entry.PutIsUnsynced(false);
430 entry.PutIsUnsynced(true);
544 A.PutIsUnsynced(true);
635 A.PutIsUnsynced(true);
641 B.PutIsUnsynced(true);
647 C.PutIsUnsynced(true);
652 D.PutIsUnsynced(true);
    [all...]
conflict_resolver.cc 57 entry.PutIsUnsynced(false);
sync_directory_commit_contribution_unittest.cc 48 entry.PutIsUnsynced(true);
commit_util.cc 349 local_entry->PutIsUnsynced(false);
syncer_util.cc 513 entry.PutIsUnsynced(false);
  /external/chromium_org/sync/syncable/
model_neutral_mutable_entry.h 63 bool PutIsUnsynced(bool value);
syncable_unittest.cc 354 me.PutIsUnsynced(true); // Or it might be purged.
435 bm.PutIsUnsynced(true);
535 me.PutIsUnsynced(true);
573 e.PutIsUnsynced(true);
615 e.PutIsUnsynced(true);
642 e1.PutIsUnsynced(true);
645 e2.PutIsUnsynced(true);
678 e.PutIsUnsynced(true);
693 e1.PutIsUnsynced(true);
696 e2.PutIsUnsynced(true)
    [all...]
mutable_entry.cc 175 PutIsUnsynced(false);
240 if (!(e->PutIsUnsynced(true)))
model_neutral_mutable_entry.cc 125 bool ModelNeutralMutableEntry::PutIsUnsynced(bool value) {
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 107 entry.PutIsUnsynced(true);
161 entry.PutIsUnsynced(false);
222 entry.PutIsUnsynced(true);
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 81 node.PutIsUnsynced(false);
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc     [all...]
sync_encryption_handler_impl_unittest.cc 113 node.PutIsUnsynced(false);
    [all...]

Completed in 90 milliseconds