HomeSort by relevance Sort by last modified time
    Searched refs:VISA (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
instrument_unittest.cc 30 Instrument::VISA,
42 expected.SetString("credit_card.fop_type", "VISA");
66 Instrument::VISA,
wallet_test_util.cc 55 WalletItems::MaskedInstrument::VISA,
65 WalletItems::MaskedInstrument::VISA,
143 Instrument::VISA,
189 WalletItems::MaskedInstrument::VISA,
197 WalletItems::MaskedInstrument::VISA,
instrument.cc 33 return Instrument::VISA;
42 case Instrument::VISA:
43 return "VISA";
instrument.h 33 VISA,
86 // The payment network of the instrument, e.g. Visa.
wallet_items_unittest.cc 24 " \"type\":\"VISA\","
50 " \"type\":\"VISA\","
99 " \"type\":\"VISA\","
123 " \"type\":\"VISA\","
134 " \"type\":\"VISA\","
155 " \"type\":\"VISA\","
225 " \"type\":\"VISA\","
288 " \"type\":\"VISA\","
452 WalletItems::MaskedInstrument::VISA,
579 WalletItems::MaskedInstrument::VISA,
    [all...]
wallet_items.cc 48 if (type_string == "VISA")
49 return WalletItems::MaskedInstrument::VISA;
94 case WalletItems::MaskedInstrument::VISA:
316 case VISA:
wallet_items.h 67 VISA,
103 // Returns the display type of the and last four digits (e.g. Visa - 4444).
138 // A user-provided description of the instrument. For example, "Google Visa
142 // The payment network of the instrument. For example, Visa.

Completed in 68 milliseconds