Home | History | Annotate | Download | only in autofill

Lines Matching defs:instrument

47 #include "components/autofill/content/browser/wallet/instrument.h"
174 // wallet::Instrument requires a recipient name for its billing address.
246 const wallet::WalletItems::MaskedInstrument& instrument) {
247 switch (instrument.status()) {
2537 // Determine which instrument item should be selected.
2936 const wallet::WalletItems::MaskedInstrument* instrument =
2941 instrument->status() ==
2944 instrument->GetInfo(
2946 month_int == instrument->expiration_month()) {
2947 // Otherwise, if the user is editing an instrument that's deemed expired
3026 scoped_ptr<wallet::Instrument> inputted_instrument =
3058 // If there's neither an address nor instrument to save, |GetFullWallet()|
3071 scoped_ptr<wallet::Instrument> AutofillDialogControllerImpl::
3074 return scoped_ptr<wallet::Instrument>();
3084 return scoped_ptr<wallet::Instrument>(
3085 new wallet::Instrument(card, cvc, profile));