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

  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 39 entry.PutServerVersion(GetNextRevision());
57 entry.PutServerVersion(GetNextRevision());
76 entry.PutServerVersion(GetNextRevision());
140 entry.PutServerVersion(GetNextRevision());
167 entry.PutServerVersion(GetNextRevision());
190 entry.PutServerVersion(1);
  /external/chromium_org/sync/syncable/
model_neutral_mutable_entry.h 58 void PutServerVersion(int64 value);
model_neutral_mutable_entry.cc 76 void ModelNeutralMutableEntry::PutServerVersion(int64 value) {
syncable_unittest.cc     [all...]
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 83 node.PutServerVersion(20);
  /external/chromium_org/sync/engine/
syncer_util.cc 371 target->PutServerVersion(0);
374 target->PutServerVersion(
385 target->PutServerVersion(update.version());
638 target->PutServerVersion(0);
commit_util.cc 235 local_entry->PutServerVersion(new_version);
sync_directory_update_handler_unittest.cc 490 entry.PutServerVersion(entry_factory()->GetNextRevision());
573 entry.PutServerVersion(entry_factory()->GetNextRevision());
syncer_unittest.cc 355 entry.PutServerVersion(5);
    [all...]
apply_control_data_updates_unittest.cc 194 entry.PutServerVersion(entry_factory_->GetNextRevision());
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 176 entry.PutServerVersion(1);
205 entry.PutServerVersion(1);
    [all...]
sync_encryption_handler_impl_unittest.cc 115 node.PutServerVersion(20);
    [all...]

Completed in 67 milliseconds