Home
last modified time | relevance | path

Searched defs:credit_cards (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/components/autofill/core/browser/
Dpersonal_data_manager.cc510 const std::vector<CreditCard*>& credit_cards = GetCreditCards(); in GetCreditCardByGUID() local
661 const std::vector<CreditCard*>& credit_cards = GetCreditCards(); in GetCreditCardSuggestions() local
872 std::vector<CreditCard>* credit_cards) { in SetCreditCards()
976 std::vector<CreditCard*> credit_cards = r->GetValue(); in ReceiveLoadedCreditCards() local
1032 std::vector<CreditCard> credit_cards; in SaveImportedCreditCard() local
Dautofill_ie_toolbar_import_win_unittest.cc163 std::vector<CreditCard> credit_cards; in TEST_F() local
Dautofill_ie_toolbar_import_win.cc248 std::vector<CreditCard>* credit_cards) { in ImportCurrentUserProfiles()
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_webdata_backend_impl.cc302 std::vector<CreditCard*> credit_cards; in GetCreditCards() local
396 std::vector<CreditCard*> credit_cards = r->GetValue(); in DestroyAutofillCreditCardResult() local
/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_autofill_sync_test.cc394 std::vector<CreditCard> credit_cards; in IN_PROC_BROWSER_TEST_F() local
/external/chromium_org/components/test/data/web_database/
Dversion_32.sql24 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, label VARCHAR, name_on_card VARCHAR, expirati… table
Dversion_37.sql19 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_31.sql19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… table
Dversion_29.sql19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… table
Dversion_42.sql22 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_22_corrupt.sql23 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… table
Dversion_35.sql52 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_48.sql10 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_40.sql21 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_38.sql19 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_27.sql16 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… table
Dversion_41.sql21 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_30.sql20 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… table
Dversion_34.sql46 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_39.sql19 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_33.sql25 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
Dversion_25.sql14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type… table
Dversion_26.sql14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type… table
Dversion_55.sql14 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGE… table
/external/chromium_org/chrome/browser/autofill/android/
Dpersonal_data_manager_android.cc240 const std::vector<CreditCard*>& credit_cards = in GetCreditCardByIndex() local

12