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

/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.cc135 const base::string16 CreditCard::StripSeparators(const base::string16& number) { function in class:autofill::CreditCard
378 return StripSeparators(number_);
388 SetRawInfo(storable_type, StripSeparators(value));
404 if (!card_number.empty() && StripSeparators(text) == card_number)
459 base::string16 number = StripSeparators(number_);
470 base::string16 number = StripSeparators(number_);
642 type_ = GetCreditCardType(StripSeparators(number_));

Completed in 58 milliseconds