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

/external/chromium_org/chrome/browser/history/
H A Dquery_parser.cc73 // or a single word (a QueryNodeWord).
75 // A QueryNodeWord is a single word in the query.
76 class QueryNodeWord : public QueryNode { class in inherits:QueryNode
78 explicit QueryNodeWord(const base::string16& word);
79 virtual ~QueryNodeWord();
100 DISALLOW_COPY_AND_ASSIGN(QueryNodeWord);
103 QueryNodeWord::QueryNodeWord(const base::string16& word) function in class:QueryNodeWord
107 QueryNodeWord::~QueryNodeWord() {}
[all...]
/external/chromium/chrome/browser/history/
H A Dquery_parser.cc65 // or a single word (a QueryNodeWord).
67 // A QueryNodeWord is a single word in the query.
68 class QueryNodeWord : public QueryNode { class in inherits:QueryNode
70 explicit QueryNodeWord(const string16& word) function in class:QueryNodeWord
72 virtual ~QueryNodeWord() {}
90 bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words,
104 bool QueryNodeWord::Matches(const string16& word, bool exact) const {
111 void QueryNodeWord::AppendWords(std::vector<string16>* words) const {
115 int QueryNodeWord::AppendToSQLiteQuery(string16* query) const {
343 QueryNodeWord* word_nod
[all...]

Completed in 134 milliseconds