Searched refs:rootList (Results 1 – 3 of 3) sorted by relevance
490 public static List<Node> appendMetaNodeByType(Node gNode, List<Node> rootList) { in appendMetaNodeByType() argument494 for (Node n : rootList) { in appendMetaNodeByType()505 rootList.add(tnode); in appendMetaNodeByType()507 return rootList; in appendMetaNodeByType()
225 HTMLElement* outermostEnclosingList(Node*, HTMLElement* rootList = 0);
727 HTMLElement* outermostEnclosingList(Node* node, HTMLElement* rootList) in outermostEnclosingList() argument734 if (nextList == rootList) in outermostEnclosingList()