Home
last modified time | relevance | path

Searched refs:AutofillSpecifics (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_change_processor.cc29 sync_pb::AutofillSpecifics autofill_;
31 int64 id, const sync_pb::AutofillSpecifics& autofill) in AutofillChangeRecord()
215 const sync_pb::AutofillSpecifics& autofill = in ApplyChangesFromSyncModel()
240 const sync_pb::AutofillSpecifics& autofill( in ApplyChangesFromSyncModel()
305 const sync_pb::AutofillSpecifics& autofill) { in ApplySyncAutofillEntryDelete()
316 const sync_pb::AutofillSpecifics& autofill, in ApplySyncAutofillEntryChange()
434 sync_pb::AutofillSpecifics autofill; in WriteAutofillEntry()
Dautofill_change_processor.h92 const sync_pb::AutofillSpecifics& autofill,
102 const sync_pb::AutofillSpecifics& autofill);
Dautofill_model_associator.h95 static bool MergeTimestamps(const sync_pb::AutofillSpecifics& autofill,
159 void AddNativeEntryIfNeeded(const sync_pb::AutofillSpecifics& autofill,
Dautofill_model_associator.cc83 const sync_pb::AutofillSpecifics& autofill(node.GetAutofillSpecifics()); in TraverseAndAssociateChromeAutofillEntries()
266 const sync_pb::AutofillSpecifics& autofill( in TraverseAndAssociateAllSyncNodes()
326 const sync_pb::AutofillSpecifics& autofill, DataBundle* bundle, in AddNativeEntryIfNeeded()
475 const sync_pb::AutofillSpecifics& autofill, in MergeTimestamps()
/external/chromium/chrome/browser/sync/protocol/
Dproto_value_conversions.h17 class AutofillSpecifics; variable
78 const sync_pb::AutofillSpecifics& autofill_specifics);
Dautofill_specifics.proto75 message AutofillSpecifics { message
101 optional AutofillSpecifics autofill = 31729;
Dproto_value_conversions.cc171 const sync_pb::AutofillSpecifics& proto) { in AutofillSpecificsToValue()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.h88 class AutofillSpecifics; variable
204 const sync_pb::AutofillSpecifics& GetAutofillSpecifics() const;
375 void SetAutofillSpecifics(const sync_pb::AutofillSpecifics& specifics);
434 const sync_pb::AutofillSpecifics& new_value);
Dsyncapi.cc359 const sync_pb::AutofillSpecifics& BaseNode::GetAutofillSpecifics() const { in GetAutofillSpecifics()
502 const sync_pb::AutofillSpecifics& new_value) { in SetAutofillSpecifics()
508 const sync_pb::AutofillSpecifics& new_value) { in PutAutofillSpecificsAndMarkForSyncing()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc384 const sync_pb::AutofillSpecifics& autofill( in GetAutofillEntriesFromSyncDB()
545 sync_pb::AutofillSpecifics new_autofill; in Update()