Searched refs:instrument_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc267 : instrument_(instrument) {}
278 return MonthComboboxModel::FormatMonth(instrument_->expiration_month());
280 return instrument_->GetInfo(type, g_browser_process->GetApplicationLocale());
286 return instrument_->address().DisplayPhoneNumber();
292 return instrument_->CardIcon();
299 if (instrument_->status() == wallet::WalletItems::MaskedInstrument::EXPIRED ||
300 !instrument_->address().is_complete_address()) {
312 instrument_->descriptive_name() + base::ASCIIToUTF16("\n");
319 return instrument_->address().language_code();
H A Ddata_model_wrapper.h187 const wallet::WalletItems::MaskedInstrument* instrument_; member in class:autofill::WalletInstrumentWrapper
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.h802 Instrument* instrument_;
H A Dsimulator-arm64.cc359 instrument_ = new Instrument(FLAG_log_instruction_file,
361 decoder_->AppendVisitor(instrument_);
423 delete instrument_;

Completed in 2437 milliseconds