HomeSort by relevance Sort by last modified time
    Searched full:credit_cards (Results 51 - 64 of 64) sorted by null

1 23

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 250 void SetCreditCards(int profile, std::vector<CreditCard>* credit_cards) {
256 pdm->SetCreditCards(credit_cards);
  /external/chromium_org/components/test/data/web_database/
version_34.sql 46 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0); table
version_35.sql 52 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0); table
version_52.sql 20 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT ''); table
version_53.sql 20 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT ''); table
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 554 std::vector<CreditCard*> credit_cards = r->GetValue(); local
555 STLDeleteElements(&credit_cards);
1240 std::vector<CreditCard*> credit_cards; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 224 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
226 void SetCreditCards(std::vector<CreditCard>* credit_cards);
autofill_manager_unittest.cc 178 void CreateTestCreditCards(ScopedVector<CreditCard>* credit_cards) {
184 credit_cards->push_back(credit_card);
191 credit_cards->push_back(credit_card);
196 credit_cards->push_back(credit_card);
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.h 175 const std::vector<CreditCard*>& credit_cards,
autofill_manager_unittest.cc 123 void CreateTestCreditCards(ScopedVector<CreditCard>* credit_cards) {
129 credit_cards->push_back(credit_card);
136 credit_cards->push_back(credit_card);
141 credit_cards->push_back(credit_card);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 397 ListValue credit_cards; local
410 credit_cards.Append(entry);
414 credit_cards);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3972 std::vector<CreditCard*> credit_cards = pdm->credit_cards(); local
4010 std::vector<CreditCard> credit_cards; local
4375 std::vector<CreditCard> credit_cards; local
    [all...]
testing_automation_provider.h 691 const std::vector<CreditCard*>& credit_cards);
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 473 const std::vector<autofill::CreditCard*>& credit_cards = local
476 credit_cards.begin();
477 it != credit_cards.end(); ++it) {
    [all...]

Completed in 420 milliseconds

1 23