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

  /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...]
syncer_unittest.cc 84 using syncable::SERVER_SPECIFICS;
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 74 using syncable::SERVER_SPECIFICS;
572 item.Put(SERVER_SPECIFICS, entity_specifics);
    [all...]

Completed in 1744 milliseconds