CREDIT_CARD_TYPE 40 chrome/browser/ui/autofill/autofill_dialog_common.cc if (server_type == CREDIT_CARD_TYPE) CREDIT_CARD_TYPE 1677 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc model->GetInfo(AutofillType(CREDIT_CARD_TYPE))); CREDIT_CARD_TYPE 196 components/autofill/content/browser/wallet/full_wallet.cc case CREDIT_CARD_TYPE: { CREDIT_CARD_TYPE 514 components/autofill/content/browser/wallet/full_wallet_unittest.cc full_wallet.GetInfo("", AutofillType(CREDIT_CARD_TYPE))); CREDIT_CARD_TYPE 526 components/autofill/content/browser/wallet/full_wallet_unittest.cc full_wallet->GetInfo("", AutofillType(CREDIT_CARD_TYPE))); CREDIT_CARD_TYPE 350 components/autofill/content/browser/wallet/wallet_items.cc case CREDIT_CARD_TYPE: CREDIT_CARD_TYPE 255 components/autofill/core/browser/autofill_field.cc } else if (storable_type == CREDIT_CARD_TYPE) { CREDIT_CARD_TYPE 319 components/autofill/core/browser/autofill_field_unittest.cc field.set_heuristic_type(CREDIT_CARD_TYPE); CREDIT_CARD_TYPE 130 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc { CREDIT_CARD_TYPE, L"credit_card_type" }, CREDIT_CARD_TYPE 126 components/autofill/core/browser/autofill_metrics.cc case ::autofill::CREDIT_CARD_TYPE: CREDIT_CARD_TYPE 127 components/autofill/core/browser/autofill_metrics.cc group = CREDIT_CARD_TYPE; CREDIT_CARD_TYPE 110 components/autofill/core/browser/autofill_type.cc case CREDIT_CARD_TYPE: CREDIT_CARD_TYPE 331 components/autofill/core/browser/autofill_type.cc return CREDIT_CARD_TYPE; CREDIT_CARD_TYPE 544 components/autofill/core/browser/autofill_type.cc case CREDIT_CARD_TYPE: CREDIT_CARD_TYPE 310 components/autofill/core/browser/credit_card.cc case CREDIT_CARD_TYPE: CREDIT_CARD_TYPE 354 components/autofill/core/browser/credit_card.cc case CREDIT_CARD_TYPE: CREDIT_CARD_TYPE 589 components/autofill/core/browser/credit_card.cc supported_types->insert(CREDIT_CARD_TYPE); CREDIT_CARD_TYPE 673 components/autofill/core/browser/credit_card.cc << base::UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_TYPE)) CREDIT_CARD_TYPE 195 components/autofill/core/browser/credit_card_field.cc ok = ok && AddClassification(type_, CREDIT_CARD_TYPE, map); CREDIT_CARD_TYPE 149 components/autofill/core/browser/credit_card_field_unittest.cc EXPECT_EQ(CREDIT_CARD_TYPE, field_type_map_[ASCIIToUTF16("type")]); CREDIT_CARD_TYPE 348 components/autofill/core/browser/credit_card_unittest.cc card.SetRawInfo(CREDIT_CARD_TYPE, ASCIIToUTF16("Visa")); CREDIT_CARD_TYPE 349 components/autofill/core/browser/credit_card_unittest.cc EXPECT_EQ(base::string16(), card.GetRawInfo(CREDIT_CARD_TYPE)); CREDIT_CARD_TYPE 353 components/autofill/core/browser/credit_card_unittest.cc EXPECT_EQ(ASCIIToUTF16("Visa"), card.GetRawInfo(CREDIT_CARD_TYPE)); CREDIT_CARD_TYPE 2282 components/autofill/core/browser/personal_data_manager_unittest.cc EXPECT_TRUE(non_empty_types.count(CREDIT_CARD_TYPE)); CREDIT_CARD_TYPE 106 components/webdata/common/web_database_migration_unittest.cc credit_card->SetRawInfo(autofill::CREDIT_CARD_TYPE, s.ColumnString16(3));