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

  /external/chromium_org/sync/engine/
conflict_util.cc 14 using syncable::SERVER_VERSION;
syncer_util.cc 67 using syncable::SERVER_VERSION;
syncer_unittest.cc 101 using syncable::SERVER_VERSION;
580 parent_id, version, server_version, id_fac, rtrans) \
594 EXPECT_EQ(server_version, entryA.GetServerVersion()); \
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 38 META_HANDLE + 1, SERVER_VERSION - 1);
47 ASSERT_ENUM_BOUNDS(SERVER_VERSION, LOCAL_EXTERNAL_ID,
50 ENUM_CASE(SERVER_VERSION);
syncable.h 73 SERVER_VERSION = BASE_VERSION + 1,
    [all...]
syncable.cc 1041 int64 server_version = e.Get(SERVER_VERSION); local
    [all...]
syncable_unittest.cc 409 int64 server_version,
    [all...]
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 39 META_HANDLE + 1, SERVER_VERSION - 1);
48 ASSERT_ENUM_BOUNDS(SERVER_VERSION, TRANSACTION_VERSION,
51 ENUM_CASE(SERVER_VERSION);
parent_child_index_unittest.cc 50 root->put(SERVER_VERSION, 0);
65 folder->put(SERVER_VERSION, 9);
81 bm->put(SERVER_VERSION, 10);
104 item->put(SERVER_VERSION, 10);
model_neutral_mutable_entry.cc 79 if (kernel_->ref(SERVER_VERSION) != value) {
81 kernel_->put(SERVER_VERSION, value);
entry.h 71 return kernel_->ref(SERVER_VERSION);
entry_kernel.h 56 SERVER_VERSION = BASE_VERSION + 1,
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 34 using syncable::SERVER_VERSION;
87 node.Put(SERVER_VERSION, 20);
profile_sync_service_typed_url_unittest.cc 61 using syncable::SERVER_VERSION;
profile_sync_service_password_unittest.cc 57 using syncable::SERVER_VERSION;
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 44 using syncable::SERVER_VERSION;
317 dest->Put(SERVER_VERSION, src->Get(SERVER_VERSION));
330 entry->Put(SERVER_VERSION, 0);
syncer_util.cc 57 using syncable::SERVER_VERSION;
398 target->Put(SERVER_VERSION, 0);
401 target->Put(SERVER_VERSION,
402 std::max(target->Get(SERVER_VERSION),
413 target->Put(SERVER_VERSION, update.version());
573 entry->Put(BASE_VERSION, entry->Get(SERVER_VERSION));
724 if (target->Get(SERVER_VERSION) > 0) {
775 if (target->Get(SERVER_VERSION) > update.version()) {
812 target->Put(SERVER_VERSION, 0);
815 if (update.version() < target->Get(SERVER_VERSION)) {
    [all...]
conflict_resolver.cc 58 entry->Put(syncable::BASE_VERSION, entry->Get(syncable::SERVER_VERSION));
138 DCHECK_EQ(entry.Get(syncable::SERVER_VERSION), 0) << "For the server to "
143 entry.Put(syncable::SERVER_VERSION, 0);
206 entryi.Put(syncable::BASE_VERSION, entryi.Get(syncable::SERVER_VERSION));
process_updates_command.cc 151 if (target_entry.Get(SERVER_VERSION) == target_entry.Get(BASE_VERSION) &&
verify_updates_command_unittest.cc 52 entry.Put(syncable::SERVER_VERSION, 1);
process_commit_response_command.cc 39 using syncable::SERVER_VERSION;
326 local_entry->Put(SERVER_VERSION, new_version);
452 // Update SERVER_VERSION and BASE_VERSION.
apply_updates_command_unittest.cc 62 entry.Put(syncable::SERVER_VERSION, next_revision_++);
83 entry.Put(syncable::SERVER_VERSION, next_revision_++);
syncer_unittest.cc 85 using syncable::SERVER_VERSION;
297 entry.Put(SERVER_VERSION, 5);
    [all...]
syncapi_unittest.cc 153 entry.Put(syncable::SERVER_VERSION, 1);
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 41 'SERVER_VERSION',
64 var version = node['SERVER_VERSION'];

Completed in 172 milliseconds