Home
last modified time | relevance | path

Searched refs:rootList (Results 1 – 3 of 3) sorted by relevance

/external/doclava/src/com/google/doclava/
DPageMetadata.java490 public static List<Node> appendMetaNodeByType(Node gNode, List<Node> rootList) { in appendMetaNodeByType() argument
494 for (Node n : rootList) { in appendMetaNodeByType()
505 rootList.add(tnode); in appendMetaNodeByType()
507 return rootList; in appendMetaNodeByType()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h225 HTMLElement* outermostEnclosingList(Node*, HTMLElement* rootList = 0);
Dhtmlediting.cpp727 HTMLElement* outermostEnclosingList(Node* node, HTMLElement* rootList) in outermostEnclosingList() argument
734 if (nextList == rootList) in outermostEnclosingList()