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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend_impl.cc289 WebDatabase::State AutofillWebDataBackendImpl::RemoveCreditCard( function in class:autofill::AutofillWebDataBackendImpl
292 if (!AutofillTable::FromWebDatabase(db)->RemoveCreditCard(guid)) {
H A Dautofill_webdata_service.cc155 void AutofillWebDataService::RemoveCreditCard(const std::string& guid) { function in class:autofill::AutofillWebDataService
158 Bind(&AutofillWebDataBackendImpl::RemoveCreditCard,
H A Dautofill_table.cc1111 bool AutofillTable::RemoveCreditCard(const std::string& guid) { function in class:autofill::AutofillTable

Completed in 145 milliseconds