Home | History | Annotate | Download | only in browser

Lines Matching refs:credit_cards

135 // Uses the existing personal data in |profiles| and |credit_cards| to determine
142 const std::vector<CreditCard>& credit_cards,
158 for (std::vector<CreditCard>::const_iterator it = credit_cards.begin();
159 it != credit_cards.end(); ++it) {
287 const std::vector<CreditCard*>& credit_cards =
289 if (!profiles.empty() || !credit_cards.empty()) {
300 copied_credit_cards.reserve(credit_cards.size());
301 for (std::vector<CreditCard*>::const_iterator it = credit_cards.begin();
302 it != credit_cards.end(); ++it) {