Searched refs:QueryWord (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/history/ |
D | query_parser.cc | 90 const std::vector<QueryWord>& words, 93 const std::vector<QueryWord>& words) const OVERRIDE; 129 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn() 144 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words) const { in HasMatchIn() 176 const std::vector<QueryWord>& words, 179 const std::vector<QueryWord>& words) const OVERRIDE; 229 bool QueryNodeList::HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn() 235 bool QueryNodeList::HasMatchIn(const std::vector<QueryWord>& words) const { in HasMatchIn() 265 const std::vector<QueryWord>& words, 268 const std::vector<QueryWord>& words) const OVERRIDE; [all …]
|
D | query_parser.h | 17 struct QueryWord { struct 46 virtual bool HasMatchIn(const std::vector<QueryWord>& words, 50 virtual bool HasMatchIn(const std::vector<QueryWord>& words) const = 0; 97 bool DoesQueryMatch(const std::vector<QueryWord>& words, 102 std::vector<QueryWord>* words);
|
D | url_database.cc | 344 std::vector<QueryWord> query_words; in GetTextMatches()
|
/external/chromium/chrome/browser/history/ |
D | query_parser.cc | 79 virtual bool HasMatchIn(const std::vector<QueryWord>& words, 90 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn() 148 virtual bool HasMatchIn(const std::vector<QueryWord>& words, in HasMatchIn() 209 virtual bool HasMatchIn(const std::vector<QueryWord>& words, 219 const std::vector<QueryWord>& words, in HasMatchIn() 233 const QueryWord& last_word = words[i + children_.size() - 1]; in HasMatchIn() 298 std::vector<QueryWord> query_words; in DoesQueryMatch() 367 std::vector<QueryWord>* words) { in ExtractQueryWords() 380 words->push_back(QueryWord()); in ExtractQueryWords()
|
D | query_parser.h | 20 struct QueryWord { struct 50 virtual bool HasMatchIn(const std::vector<QueryWord>& words, 105 std::vector<QueryWord>* words);
|