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

1 2

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 128 ASSERT_ENUM_BOUNDS(SPECIFICS, SERVER_SPECIFICS,
132 ENUM_CASE(SERVER_SPECIFICS);
directory_backing_store_unittest.cc 328 "server_specifics blob);"
457 "specifics blob,server_specifics blob);"
    [all...]
syncable_unittest.cc 432 e.Put(SERVER_SPECIFICS, specs);
538 item1.Put(SERVER_SPECIFICS, bookmark_specs);
544 item2.Put(SERVER_SPECIFICS, bookmark_specs);
550 item3.Put(SERVER_SPECIFICS, preference_specs);
556 item4.Put(SERVER_SPECIFICS, preference_specs);
562 item5.Put(SERVER_SPECIFICS, autofill_specs);
568 item6.Put(SERVER_SPECIFICS, autofill_specs);
    [all...]
directory_backing_store.cc 864 // protobuf blob SERVER_SPECIFICS
872 if (!AddColumn(&g_metas_columns[SERVER_SPECIFICS]))
886 "server_specifics",
895 "UPDATE metas SET specifics = NULL, server_specifics = NULL WHERE "
    [all...]
syncable.h 155 SERVER_SPECIFICS,
    [all...]
syncable.cc 693 const sync_pb::EntitySpecifics& server_specifics = local
694 (*it)->ref(SERVER_SPECIFICS);
696 ModelType server_type = GetModelTypeFromSpecifics(server_specifics);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 43 using syncable::SERVER_SPECIFICS;
321 dest->Put(SERVER_SPECIFICS, src->Get(SERVER_SPECIFICS));
334 entry->Put(SERVER_SPECIFICS, sync_pb::EntitySpecifics::default_instance());
verify_updates_command_unittest.cc 57 entry.Put(syncable::SERVER_SPECIFICS, default_specifics);
syncer_util.cc 56 using syncable::SERVER_SPECIFICS;
293 const sync_pb::EntitySpecifics& specifics = entry->Get(SERVER_SPECIFICS);
373 local_entry->Put(SERVER_SPECIFICS, pb);
431 target->Put(SERVER_SPECIFICS, update.specifics());
511 entry->Get(SERVER_SPECIFICS).SerializeAsString()) {
554 entry->Put(SPECIFICS, entry->Get(SERVER_SPECIFICS));
    [all...]
apply_updates_command_unittest.cc 70 entry.Put(syncable::SERVER_SPECIFICS, default_bookmark_specifics);
88 entry.Put(syncable::SERVER_SPECIFICS, specifics);
121 entry.Put(syncable::SERVER_SPECIFICS, default_specifics);
process_commit_response_command.cc 379 local_entry->Put(syncable::SERVER_SPECIFICS,
process_commit_response_command_unittest.cc 109 entry.Put(syncable::SERVER_SPECIFICS, default_specifics);
syncapi_unittest.cc 158 entry.Put(syncable::SERVER_SPECIFICS, specifics);
    [all...]
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 142 ENUM_CASE(SERVER_SPECIFICS);
directory_backing_store_unittest.cc 638 "server_specifics blob);"
    [all...]
model_neutral_mutable_entry.cc 302 if (kernel_->ref(SERVER_SPECIFICS).SerializeAsString() !=
315 kernel_->put(SERVER_SPECIFICS, value);
entry.h 181 return kernel_->ref(SERVER_SPECIFICS);
entry_kernel.cc 39 ModelType specifics_type = GetModelTypeFromSpecifics(ref(SERVER_SPECIFICS));
entry_kernel.h 140 SERVER_SPECIFICS,
directory.cc 581 entry->ref(SERVER_SPECIFICS));
632 entry->ref(SERVER_SPECIFICS));
695 const sync_pb::EntitySpecifics& server_specifics = local
696 it->second->ref(SERVER_SPECIFICS);
698 ModelType server_type = GetModelTypeFromSpecifics(server_specifics);
712 const sync_pb::EntitySpecifics& server_specifics = local
713 (*it)->ref(SERVER_SPECIFICS);
715 ModelType server_type = GetModelTypeFromSpecifics(server_specifics);
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 48 'SERVER_SPECIFICS',
69 } else if ((field == 'SERVER_SPECIFICS' || field == 'SPECIFICS') &&
  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 23 using syncable::SERVER_SPECIFICS;
130 const sync_pb::EntitySpecifics& server_specifics = local
132 const sync_pb::NigoriSpecifics& server_nigori = server_specifics.nigori();
syncer_util.cc 65 using syncable::SERVER_SPECIFICS;
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 74 using syncable::SERVER_SPECIFICS;
572 item.Put(SERVER_SPECIFICS, entity_specifics);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 90 using syncer::syncable::SERVER_SPECIFICS;
    [all...]

Completed in 661 milliseconds

1 2