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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend_impl.cc211 WebDatabase::State AutofillWebDataBackendImpl::RemoveAutofillProfile( function in class:autofill::AutofillWebDataBackendImpl
221 if (!AutofillTable::FromWebDatabase(db)->RemoveAutofillProfile(guid)) {
H A Dautofill_webdata_service.cc118 void AutofillWebDataService::RemoveAutofillProfile( function in class:autofill::AutofillWebDataService
121 Bind(&AutofillWebDataBackendImpl::RemoveAutofillProfile,
H A Dautofill_table.cc984 bool AutofillTable::RemoveAutofillProfile(const std::string& guid) { function in class:autofill::AutofillTable

Completed in 507 milliseconds