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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 512 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";
567 VectorsAreEqual<MaskedInstrument>(instruments(),
568 other.instruments()) &&
wallet_items.h 253 const std::vector<MaskedInstrument*>& instruments() const { function in class:autofill::wallet::WalletItems
308 // The user's backing instruments.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 56 --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`;
178 print STDERR "Running SunSpider once for warmup, then " . ($runInstruments ? "under Instruments" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 2961 const std::vector<wallet::WalletItems::MaskedInstrument*>& instruments = local
    [all...]
autofill_dialog_controller_browsertest.cc     [all...]

Completed in 327 milliseconds