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

  /external/chromium/chrome/browser/history/
query_parser.h 17 class QueryNodeList;
39 // Return true if this is a word node, false if it's a QueryNodeList.
98 // Does the work of parsing a query; creates nodes in QueryNodeList as
101 QueryNodeList* root);
query_parser.cc 64 // QueryNodes are either a collection of subnodes (a QueryNodeList)
124 // A QueryNodeList has a collection of child QueryNodes
126 class QueryNodeList : public QueryNode {
128 virtual ~QueryNodeList();
143 // QueryNodeList is never used with Matches or HasMatchIn.
161 QueryNodeList::~QueryNodeList() {
167 void QueryNodeList::RemoveEmptySubnodes() {
172 QueryNodeList* list_node = static_cast<QueryNodeList*>(children_[i])
    [all...]

Completed in 57 milliseconds