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

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 262 : instrument_(instrument) {}
273 return MonthComboboxModel::FormatMonth(instrument_->expiration_month());
275 return instrument_->GetInfo(type, g_browser_process->GetApplicationLocale());
281 return instrument_->address().DisplayPhoneNumber();
287 return instrument_->CardIcon();
294 if (instrument_->status() == wallet::WalletItems::MaskedInstrument::EXPIRED ||
295 !instrument_->address().is_complete_address() ||
303 base::string16 line1 = instrument_->descriptive_name() + ASCIIToUTF16("\n");
data_model_wrapper.h 187 const wallet::WalletItems::MaskedInstrument* instrument_; member in class:autofill::WalletInstrumentWrapper

Completed in 255 milliseconds