Searched defs:AddAutofillProfile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend_impl.cc165 WebDatabase::State AutofillWebDataBackendImpl::AddAutofillProfile( function in class:autofill::AutofillWebDataBackendImpl
168 if (!AutofillTable::FromWebDatabase(db)->AddAutofillProfile(profile)) {
H A Dautofill_webdata_service.cc104 void AutofillWebDataService::AddAutofillProfile( function in class:autofill::AutofillWebDataService
107 Bind(&AutofillWebDataBackendImpl::AddAutofillProfile,
H A Dautofill_table.cc877 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { function in class:autofill::AutofillTable

Completed in 1975 milliseconds