Searched defs:RemoveAutofillProfile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service.cc109 void AutofillWebDataService::RemoveAutofillProfile( function in class:autofill::AutofillWebDataService
112 Bind(&AutofillWebDataBackendImpl::RemoveAutofillProfile,
H A Dautofill_webdata_backend_impl.cc206 WebDatabase::State AutofillWebDataBackendImpl::RemoveAutofillProfile( function in class:autofill::AutofillWebDataBackendImpl
216 if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) {
H A Dautofill_table.cc1066 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { function in class:autofill::AutofillTable
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc1059 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { function in class:AutofillTable
H A Dweb_data_service.cc416 void WebDataService::RemoveAutofillProfile(const std::string& guid) { function in class:WebDataService
1081 if (!db_->GetAutofillTable()->RemoveAutofillProfile(guid)) {

Completed in 83 milliseconds