Home
last modified time | relevance | path

Searched defs:nodeSet (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathValue.h40 …static PassRefPtrWillBeRawPtr<ValueData> create(const NodeSet& nodeSet) { return adoptRefWillBeNoo… in create()
41 …static PassRefPtrWillBeRawPtr<ValueData> create(PassOwnPtrWillBeRawPtr<NodeSet> nodeSet) { return … in create()
44 NodeSet& nodeSet() { return *m_nodeSet; } in nodeSet() function
50 explicit ValueData(const NodeSet& nodeSet) : m_nodeSet(NodeSet::create(nodeSet)) { } in ValueData()
51 explicit ValueData(PassOwnPtrWillBeRawPtr<NodeSet> nodeSet) : m_nodeSet(nodeSet) { } in ValueData()
DXPathNodeSet.h53 void append(const NodeSet& nodeSet) { m_nodes.appendVector(nodeSet.m_nodes); } in append()
DXPathResult.h83 XPath::NodeSet& nodeSet() { return *m_nodeSet; } in nodeSet() function
DXPathNodeSet.cpp46 OwnPtrWillBeRawPtr<NodeSet> nodeSet = NodeSet::create(); in create() local
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncId.java57 NodeSetDTM nodeSet, boolean mayBeMore) in getNodesByID()
119 NodeSetDTM nodeSet = nodes.mutableNodeset(); in execute() local
/external/deqp/executor/
DxeTestCase.cpp319 static void addNodeAndParents (std::set<const TestNode*>& nodeSet, const TestNode* node) in addNodeAndParents()
328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) in addChildren()
340 static void removeChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) in removeChildren()
352 static bool hasChildrenInSet (const std::set<const TestNode*>& nodeSet, const TestGroup* group) in hasChildrenInSet()
362 static void removeEmptyGroups (std::set<const TestNode*>& nodeSet, const TestGroup* group) in removeEmptyGroups()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResourcesCycleSolver.cpp87 ResourceSet nodeSet; in resourceContainsCycles() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java764 NodeSet nodeSet = new NodeSet(size); in getElementsByTagName() local
889 NodeSet nodeSet = new NodeSet(size); in getElementsByTagNameNS() local
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java58 final XNodeSet nodeSet = (XNodeSet) val; in XNodeSet() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp1625 HashSet<Node*> nodeSet; in getBorderAndTextQuads() local