Home
last modified time | relevance | path

Searched defs:RemoveCreditCard (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_webdata_service.cc155 void AutofillWebDataService::RemoveCreditCard(const std::string& guid) { in RemoveCreditCard() function in autofill::AutofillWebDataService
Dautofill_webdata_backend_impl.cc289 WebDatabase::State AutofillWebDataBackendImpl::RemoveCreditCard( in RemoveCreditCard() function in autofill::AutofillWebDataBackendImpl
Dautofill_table.cc1111 bool AutofillTable::RemoveCreditCard(const std::string& guid) { in RemoveCreditCard() function in autofill::AutofillTable
/external/chromium_org/components/autofill/core/browser/
Dautofill_manager_unittest.cc2821 TEST_F(AutofillManagerTest, RemoveCreditCard){ in TEST_F() argument