Searched defs:AddAutofillProfile (Results 1 - 5 of 5) 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.cc962 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { function in class:autofill::AutofillTable
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc888 bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) { function in class:AutofillTable
2144 if (!AddAutofillProfile(*iter))
H A Dweb_data_service.cc396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) { function in class:WebDataService
1017 if (!db_->GetAutofillTable()->AddAutofillProfile(profile)) {

Completed in 297 milliseconds