Home
last modified time | relevance | path

Searched refs:EntitySpecificsToValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/protocol/
Dproto_value_conversions_unittest.cc135 TEST_F(ProtoValueConversionsTest, EntitySpecificsToValue) { in TEST_F() argument
155 scoped_ptr<DictionaryValue> value(EntitySpecificsToValue(specifics)); in TEST_F()
Dproto_value_conversions.h113 DictionaryValue* EntitySpecificsToValue(
Dproto_value_conversions.cc295 DictionaryValue* EntitySpecificsToValue( in EntitySpecificsToValue() function
/external/chromium/chrome/browser/sync/engine/
Dsyncapi_unittest.cc502 browser_sync::EntitySpecificsToValue(record.specifics)); in CheckDeleteChangeRecordValue()
Dsyncapi.cc1081 browser_sync::EntitySpecificsToValue(specifics)); in ToValue()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc259 &GetProtoFieldString, &browser_sync::EntitySpecificsToValue, in ToValue()