Searched defs:nodeSet (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java50 * @param nodeSet Node set where the nodes will be added to.
57 NodeSetDTM nodeSet, boolean mayBeMore)
83 nodeSet.addNodeInDocOrder(node, xctxt);
119 NodeSetDTM nodeSet = nodes.mutableNodeset();
133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
146 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);
55 getNodesByID(XPathContext xctxt, int docContext, String refval, StringVector usedrefs, NodeSetDTM nodeSet, boolean mayBeMore) argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.h53 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); } argument
H A DXPathValue.h40 static PassRefPtr<ValueData> create(const NodeSet& nodeSet) { return adoptRef(new ValueData(nodeSet)); } argument
48 explicit ValueData(const NodeSet& nodeSet) : m_nodeSet(nodeSet) { } argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp1850 HashSet<Node*> nodeSet; local
1853 nodeSet.add(node);
1858 if (!nodeSet.contains(node->parentNode())) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 120 milliseconds