Home
last modified time | relevance | path

Searched refs:IsWordInName (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dcontact_info.cc217 if (IsWordInName(*iter, first_tokens_)) { in IsFullName()
222 if (IsWordInName(*iter, last_tokens_)) { in IsFullName()
227 if (IsWordInName(*iter, middle_tokens_)) in IsFullName()
256 if (!IsWordInName(*iter, name_tokens)) in IsNameMatch()
263 bool NameInfo::IsWordInName(const string16& word, in IsWordInName() function in NameInfo
Dcontact_info.h68 bool IsWordInName(const string16& word,