OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntitySpecificsToValue
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/sync/api/
sync_change_unittest.cc
51
scoped_ptr<base::DictionaryValue> ref_spec(
EntitySpecificsToValue
(specifics));
52
scoped_ptr<base::DictionaryValue> e_spec(
EntitySpecificsToValue
(
71
scoped_ptr<base::DictionaryValue> ref_spec(
EntitySpecificsToValue
(specifics));
72
scoped_ptr<base::DictionaryValue> e_spec(
EntitySpecificsToValue
(
114
scoped_ptr<base::DictionaryValue> ref_spec(
EntitySpecificsToValue
(
116
scoped_ptr<base::DictionaryValue> e_spec(
EntitySpecificsToValue
(
124
ref_spec.reset(
EntitySpecificsToValue
(add_specifics));
125
e_spec.reset(
EntitySpecificsToValue
(e.sync_data().GetSpecifics()));
132
ref_spec.reset(
EntitySpecificsToValue
(delete_specifics));
133
e_spec.reset(
EntitySpecificsToValue
(e.sync_data().GetSpecifics()))
[
all
...]
sync_data.cc
134
EntitySpecificsToValue
(GetSpecifics()));
/external/chromium_org/sync/internal_api/
change_record.cc
44
value->Set("specifics",
EntitySpecificsToValue
(specifics));
/external/chromium/chrome/browser/sync/protocol/
proto_value_conversions_unittest.cc
133
// TODO(akalin): Figure out how to better test
EntitySpecificsToValue
.
135
TEST_F(ProtoValueConversionsTest,
EntitySpecificsToValue
) {
155
scoped_ptr<DictionaryValue> value(
EntitySpecificsToValue
(specifics));
proto_value_conversions.h
113
DictionaryValue*
EntitySpecificsToValue
(
proto_value_conversions.cc
295
DictionaryValue*
EntitySpecificsToValue
(
/external/chromium_org/sync/syncable/
entry_kernel.cc
97
value =
EntitySpecificsToValue
(decrypted);
100
value =
EntitySpecificsToValue
(kernel.ref(field));
/external/chromium_org/sync/internal_api/public/
change_record_unittest.cc
64
EntitySpecificsToValue
(record.specifics));
/external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc
253
// TODO(akalin): Figure out how to better test
EntitySpecificsToValue
.
255
TEST_F(ProtoValueConversionsTest,
EntitySpecificsToValue
) {
291
scoped_ptr<base::DictionaryValue> value(
EntitySpecificsToValue
(specifics));
proto_value_conversions.h
260
SYNC_EXPORT_PRIVATE base::DictionaryValue*
EntitySpecificsToValue
(
proto_value_conversions.cc
708
base::DictionaryValue*
EntitySpecificsToValue
(
769
SET(specifics,
EntitySpecificsToValue
);
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc
502
browser_sync::
EntitySpecificsToValue
(record.specifics));
[
all
...]
syncapi.cc
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
259
&GetProtoFieldString, &browser_sync::
EntitySpecificsToValue
,
[
all
...]
Completed in 117 milliseconds