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

/external/chromium/chrome/browser/autofill/
H A Daddress.h66 bool IsLineMatch(const string16& text, const LineTokens& line_tokens) const;
H A Daddress.cc189 return IsLineMatch(text, line1_tokens_);
193 return IsLineMatch(text, line2_tokens_);
214 bool Address::IsLineMatch(const string16& text, function in class:Address

Completed in 64 milliseconds