Home
last modified time | relevance | path

Searched defs:autofill (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_change_processor.cc215 const sync_pb::AutofillSpecifics& autofill = in ApplyChangesFromSyncModel() local
240 const sync_pb::AutofillSpecifics& autofill( in ApplyChangesFromSyncModel() local
305 const sync_pb::AutofillSpecifics& autofill) { in ApplySyncAutofillEntryDelete()
316 const sync_pb::AutofillSpecifics& autofill, in ApplySyncAutofillEntryChange()
434 sync_pb::AutofillSpecifics autofill; in WriteAutofillEntry() local
Dautofill_model_associator.cc83 const sync_pb::AutofillSpecifics& autofill(node.GetAutofillSpecifics()); in TraverseAndAssociateChromeAutofillEntries() local
266 const sync_pb::AutofillSpecifics& autofill( in TraverseAndAssociateAllSyncNodes() local
326 const sync_pb::AutofillSpecifics& autofill, DataBundle* bundle, in AddNativeEntryIfNeeded()
426 const std::string& autofill) { in GetSyncIdFromChromeId()
432 const std::string* autofill, int64 sync_id) { in Associate()
475 const sync_pb::AutofillSpecifics& autofill, in MergeTimestamps()
Dautofill_profile_model_associator.cc97 const sync_pb::AutofillProfileSpecifics& autofill( in TraverseAndAssociateChromeAutofillProfiles() local
374 const sync_pb::AutofillProfileSpecifics& autofill( in TraverseAndAssociateAllSyncNodes() local
459 const std::string* autofill, in Associate()
479 const std::string& autofill) { in GetSyncIdFromChromeId()
Dautofill_profile_change_processor.cc95 const sync_pb::AutofillProfileSpecifics& autofill( in ApplyChangesFromSyncModel() local
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DAutoFillHostAndroid.cpp33 AutoFillHostAndroid::AutoFillHostAndroid(WebAutofill* autofill) in AutoFillHostAndroid()
/external/chromium/chrome/browser/sync/protocol/
Dautofill_specifics.proto101 optional AutofillSpecifics autofill = 31729; field
/external/chromium/chrome/browser/autofill/
Dselect_control_handler.cc198 namespace autofill { namespace
Dform_field.cc73 namespace autofill { namespace
/external/chromium/chrome/browser/password_manager/
Dpassword_store_win.cc126 PasswordForm* autofill = new PasswordForm(form); in GetIE7Result() local
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc384 const sync_pb::AutofillSpecifics& autofill( in GetAutofillEntriesFromSyncDB() local
421 const sync_pb::AutofillProfileSpecifics& autofill( in GetAutofillProfilesFromSyncDBUnderProfileNode() local
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp725 bool EditorClientImpl::autofill(HTMLInputElement* inputElement, in autofill() function in WebKit::EditorClientImpl