Searched defs:cards (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc149 void SetCards(std::vector<CreditCard>* cards) { argument
151 personal_data_manager()->SetCreditCards(cards);
156 std::vector<CreditCard> cards; local
157 cards.push_back(card);
158 SetCards(&cards);
389 std::vector<CreditCard> cards; local
397 cards.push_back(card1);
404 cards.push_back(card2);
420 cards.push_back(card3);
433 cards
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc72 // cards that are added to the SQLite DB within the same second will be returned
263 // Add two test credit cards to the database.
272 std::vector<CreditCard*> cards; local
273 cards.push_back(&credit_card0);
274 cards.push_back(&credit_card1);
275 ExpectSameElements(cards, personal_data_->GetCreditCards());
288 cards.clear();
289 cards.push_back(&credit_card0);
290 cards.push_back(&credit_card2);
291 ExpectSameElements(cards, personal_data
427 std::vector<CreditCard*> cards; local
748 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
953 std::vector<CreditCard*> cards; local
1440 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
1561 std::vector<CreditCard*> cards; local
[all...]
/external/chromium_org/media/midi/
H A Dmidi_manager_alsa.cc134 ScopedVector<CardInfo> cards; local
185 cards.push_back(new CardInfo(name, manufacturer, driver));
213 // cards in the same order.
215 (current_card < cards.size())) {
216 const CardInfo* info = cards[current_card];
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc445 const std::vector<CreditCard*>& cards = personal_data_->GetCreditCards(); local
446 for (std::vector<CreditCard*>::const_iterator iter = cards.begin();
447 iter != cards.end(); ++iter) {
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc476 // Add two profiles and two credit cards to the database. In each pair, one
498 std::vector<autofill::CreditCard> cards; local
504 cards.push_back(card);
508 cards.push_back(card);
510 personal_data_manager_->SetCreditCards(&cards);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc127 // This string is stored along with saved addresses and credit cards in the
856 // Wallet generates MC virtual cards, so we have to disable it if MC is not
3067 const std::vector<CreditCard*>& cards = manager->GetCreditCards(); local
3069 for (size_t i = 0; i < cards.size(); ++i) {
3070 if (!i18ninput::CardHasCompleteAndVerifiedData(*cards[i]))
3074 cards[i]->guid(),
3075 cards[i]->Label(),
3076 rb.GetImageNamed(CreditCard::IconResourceId(cards[i]->type())));
3078 cards[i]->guid(),
3079 !ShouldDisallowCcType(cards[
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 627 milliseconds