OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StripSeparators
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
credit_card.cc
326
string16 number =
StripSeparators
(number_);
336
string16 number =
StripSeparators
(number_);
385
const string16 CreditCard::
StripSeparators
(const string16& number) {
394
string16 number =
StripSeparators
(text);
479
type_ = GetCreditCardType(
StripSeparators
(number_));
499
return
StripSeparators
(text) ==
StripSeparators
(number_);
credit_card.h
66
static const string16
StripSeparators
(const string16& number);
autofill_manager.cc
[
all
...]
personal_data_manager.cc
250
value = CreditCard::
StripSeparators
(value);
Completed in 114 milliseconds