Home
last modified time | relevance | path

Searched refs:PreferenceSpecifics (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/protocol/
Dpreference_specifics.proto20 message PreferenceSpecifics { message
26 optional PreferenceSpecifics preference = 37702;
Dproto_value_conversions.h25 class PreferenceSpecifics; variable
100 const sync_pb::PreferenceSpecifics& password_specifics);
Dproto_value_conversions.cc257 const sync_pb::PreferenceSpecifics& proto) { in PreferenceSpecificsToValue()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h96 class PreferenceSpecifics; variable
219 const sync_pb::PreferenceSpecifics& GetPreferenceSpecifics() const;
390 void SetPreferenceSpecifics(const sync_pb::PreferenceSpecifics& specifics);
444 const sync_pb::PreferenceSpecifics& new_value);
Dsyncapi.cc393 const sync_pb::PreferenceSpecifics& BaseNode::GetPreferenceSpecifics() const { in GetPreferenceSpecifics()
585 const sync_pb::PreferenceSpecifics& new_value) { in SetPreferenceSpecifics()
617 const sync_pb::PreferenceSpecifics& new_value) { in PutPreferenceSpecificsAndMarkForSyncing()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.cc57 const sync_pb::PreferenceSpecifics& preference( in InitPrefNodeAndAssociate()
250 sync_pb::PreferenceSpecifics preference; in WritePreferenceToNode()
Dpreference_change_processor.cc182 const sync_pb::PreferenceSpecifics& preference( in ReadPreference()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_preference_unittest.cc120 const sync_pb::PreferenceSpecifics& specifics( in GetSyncedValue()
233 const sync_pb::PreferenceSpecifics& specifics(node.GetPreferenceSpecifics()); in TEST_F()