Searched defs:instruments (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_items.cc512 const base::ListValue* instruments; local
513 if (dictionary.GetList("instrument", &instruments)) {
514 for (size_t i = 0; i < instruments->GetSize(); ++i) {
516 if (instruments->GetDictionary(i, &instrument_dict)) {
524 DVLOG(1) << "Response from Google wallet missing instruments";
583 VectorsAreEqual<MaskedInstrument>(instruments(),
584 other.instruments()) &&
H A Dwallet_items.h257 const std::vector<MaskedInstrument*>& instruments() const { function in class:autofill::wallet::WalletItems
315 // The user's backing instruments.
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1725 static_cast<size_t>(index) >= wallet_items_->instruments().size()) {
1730 return wallet_items_->instruments()[index];
3004 const std::vector<wallet::WalletItems::MaskedInstrument*>& instruments = local
3005 wallet_items_->instruments();
3008 for (size_t i = 0; i < instruments.size(); ++i) {
3009 bool allowed = IsInstrumentAllowed(*instruments[i]) &&
3011 instruments[i]->address().country_name_code());
3012 gfx::Image icon = instruments[i]->CardIcon();
3023 instruments[i]->DisplayName(),
3024 instruments[
[all...]

Completed in 83 milliseconds