Searched refs:instruments (Results 1 - 5 of 5) 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/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider56 --instruments Sample execution time with the Mac OS X "Instruments" tool (Time Profile) (implies --runs=1)
67 'instruments' => \$runInstruments,
143 $output = `instruments -t "resources/TimeProfile20us.tracetemplate" "$jsShellPath" $shellArgs`;
/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...]
H A Dautofill_dialog_controller_browsertest.cc1113 wallet_items->instruments()[0]->TypeAndLastFourDigits();

Completed in 999 milliseconds