HomeSort by relevance Sort by last modified time
    Searched refs:HasMatchIn (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/query_parser/
query_parser.h 18 // Used by HasMatchIn.
50 virtual bool HasMatchIn(const QueryWordVector& words,
54 virtual bool HasMatchIn(const QueryWordVector& words) const = 0;
query_parser.cc 80 virtual bool HasMatchIn(
83 virtual bool HasMatchIn(
120 bool QueryNodeWord::HasMatchIn(const QueryWordVector& words,
135 bool QueryNodeWord::HasMatchIn(const QueryWordVector& words) const {
164 virtual bool HasMatchIn(
167 virtual bool HasMatchIn(const QueryWordVector& words) const OVERRIDE;
217 bool QueryNodeList::HasMatchIn(const QueryWordVector& words,
223 bool QueryNodeList::HasMatchIn(const QueryWordVector& words) const {
252 virtual bool HasMatchIn(
255 virtual bool HasMatchIn(const QueryWordVector& words) const OVERRIDE
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 221 query_nodes[i]->HasMatchIn(title_words, &title_matches);
223 query_nodes[i]->HasMatchIn(url_words, &url_matches);

Completed in 293 milliseconds