Searched refs:QueryNodeList (Results 1 – 4 of 4) sorted by relevance
157 class QueryNodeList : public QueryNode { class161 QueryNodeList();162 virtual ~QueryNodeList();188 DISALLOW_COPY_AND_ASSIGN(QueryNodeList);191 QueryNodeList::QueryNodeList() {} in QueryNodeList() function in QueryNodeList193 QueryNodeList::~QueryNodeList() { in ~QueryNodeList()197 void QueryNodeList::AddChild(QueryNode* node) { in AddChild()201 void QueryNodeList::RemoveEmptySubnodes() { in RemoveEmptySubnodes()206 QueryNodeList* list_node = static_cast<QueryNodeList*>(children_[i]); in RemoveEmptySubnodes()216 int QueryNodeList::AppendToSQLiteQuery(base::string16* query) const { in AppendToSQLiteQuery()[all …]
14 class QueryNodeList; variable107 bool ParseQueryImpl(const base::string16& query, QueryNodeList* root);
126 class QueryNodeList : public QueryNode { class128 virtual ~QueryNodeList();161 QueryNodeList::~QueryNodeList() { in ~QueryNodeList()167 void QueryNodeList::RemoveEmptySubnodes() { in RemoveEmptySubnodes()172 QueryNodeList* list_node = static_cast<QueryNodeList*>(children_[i]); in RemoveEmptySubnodes()182 void QueryNodeList::AppendWords(std::vector<string16>* words) const { in AppendWords()187 int QueryNodeList::AppendChildrenToString(string16* query) const { in AppendChildrenToString()199 class QueryNodePhrase : public QueryNodeList {270 QueryNodeList root; in ParseQuery()278 QueryNodeList root; in ParseQuery()[all …]
17 class QueryNodeList; variable101 QueryNodeList* root);