Home
last modified time | relevance | path

Searched refs:QueryWord (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dquery_parser.cc90 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 …]
Dquery_parser.h17 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);
Durl_database.cc344 std::vector<QueryWord> query_words; in GetTextMatches()
/external/chromium/chrome/browser/history/
Dquery_parser.cc79 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()
Dquery_parser.h20 struct QueryWord { struct
50 virtual bool HasMatchIn(const std::vector<QueryWord>& words,
105 std::vector<QueryWord>* words);