Searched refs:IsWholeNumber (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dphone_number.h82 bool IsWholeNumber(const string16& text) const;
H A Dphone_number.cc72 if (IsWholeNumber(stripped_text))
228 bool PhoneNumber::IsWholeNumber(const string16& text) const { function in class:PhoneNumber

Completed in 56 milliseconds