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

/external/chromium/chrome/browser/history/
H A Dquery_parser.cc79 virtual bool HasMatchIn(const std::vector<QueryWord>& words,
90 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words, function in class:QueryNodeWord
143 // QueryNodeList is never used with Matches or HasMatchIn.
148 virtual bool HasMatchIn(const std::vector<QueryWord>& words, function in class:QueryNodeList
209 virtual bool HasMatchIn(const std::vector<QueryWord>& words,
218 bool QueryNodePhrase::HasMatchIn( function in class:QueryNodePhrase
307 if (!query_nodes[i]->HasMatchIn(query_words, &matches))
/external/chromium_org/chrome/browser/history/
H A Dquery_parser.cc89 virtual bool HasMatchIn(
92 virtual bool HasMatchIn(
129 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words, function in class:QueryNodeWord
144 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words) const { function in class:QueryNodeWord
175 virtual bool HasMatchIn(
178 virtual bool HasMatchIn(
229 bool QueryNodeList::HasMatchIn(const std::vector<QueryWord>& words, function in class:QueryNodeList
235 bool QueryNodeList::HasMatchIn(const std::vector<QueryWord>& words) const { function in class:QueryNodeList
264 virtual bool HasMatchIn(
267 virtual bool HasMatchIn(
311 bool QueryNodePhrase::HasMatchIn( function in class:QueryNodePhrase
326 bool QueryNodePhrase::HasMatchIn(const std::vector<QueryWord>& words) const { function in class:QueryNodePhrase
[all...]

Completed in 44 milliseconds