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

  /external/chromium_org/sync/syncable/
model_neutral_mutable_entry.h 66 void PutServerIsDel(bool value);
model_neutral_mutable_entry.cc 195 void ModelNeutralMutableEntry::PutServerIsDel(bool value) {
syncable_unittest.cc 798 item1.PutServerIsDel(true);
801 item2.PutServerIsDel(true);
863 item1.PutServerIsDel(false);
    [all...]
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 119 entry.PutServerIsDel(false);
172 entry.PutServerIsDel(false);
  /external/chromium_org/sync/engine/
syncer_util.cc 367 target->PutServerIsDel(true);
414 target->PutServerIsDel(update.deleted());
commit_util.cc 283 local_entry->PutServerIsDel(committed_entry.deleted());
sync_directory_update_handler_unittest.cc 576 entry.PutServerIsDel(true);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 159 node.GetMutableEntryForTest()->PutServerIsDel(true);
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc     [all...]

Completed in 66 milliseconds