OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entity_specifics
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
554
sync_pb::EntitySpecifics
entity_specifics
;
local
555
entity_specifics
.MutableExtension(sync_pb::autofill)->
571
item.Put(SPECIFICS,
entity_specifics
);
572
item.Put(SERVER_SPECIFICS,
entity_specifics
);
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
509
sync_pb::EntitySpecifics
entity_specifics
;
local
510
entity_specifics
.MutableExtension(sync_pb::autofill)->CopyFrom(new_value);
511
EncryptIfNecessary(&
entity_specifics
);
512
PutSpecificsAndMarkForSyncing(
entity_specifics
);
523
sync_pb::EntitySpecifics
entity_specifics
;
local
524
entity_specifics
.MutableExtension(sync_pb::autofill_profile)->CopyFrom(
526
EncryptIfNecessary(&
entity_specifics
);
527
PutSpecificsAndMarkForSyncing(
entity_specifics
);
538
sync_pb::EntitySpecifics
entity_specifics
;
local
539
entity_specifics
.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value)
552
sync_pb::EntitySpecifics
entity_specifics
;
local
611
sync_pb::EntitySpecifics
entity_specifics
;
local
618
sync_pb::EntitySpecifics
entity_specifics
;
local
638
sync_pb::EntitySpecifics
entity_specifics
;
local
646
sync_pb::EntitySpecifics
entity_specifics
;
local
654
sync_pb::EntitySpecifics
entity_specifics
;
local
662
sync_pb::EntitySpecifics
entity_specifics
;
local
670
sync_pb::EntitySpecifics
entity_specifics
;
local
[
all
...]
Completed in 32 milliseconds