Searched defs:nodeSet (Results 1 – 10 of 10) sorted by relevance
40 …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() function50 explicit ValueData(const NodeSet& nodeSet) : m_nodeSet(NodeSet::create(nodeSet)) { } in ValueData()51 explicit ValueData(PassOwnPtrWillBeRawPtr<NodeSet> nodeSet) : m_nodeSet(nodeSet) { } in ValueData()
53 void append(const NodeSet& nodeSet) { m_nodes.appendVector(nodeSet.m_nodes); } in append()
83 XPath::NodeSet& nodeSet() { return *m_nodeSet; } in nodeSet() function
46 OwnPtrWillBeRawPtr<NodeSet> nodeSet = NodeSet::create(); in create() local
57 NodeSetDTM nodeSet, boolean mayBeMore) in getNodesByID()119 NodeSetDTM nodeSet = nodes.mutableNodeset(); in execute() local
319 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()
87 ResourceSet nodeSet; in resourceContainsCycles() local
764 NodeSet nodeSet = new NodeSet(size); in getElementsByTagName() local889 NodeSet nodeSet = new NodeSet(size); in getElementsByTagNameNS() local
58 final XNodeSet nodeSet = (XNodeSet) val; in XNodeSet() local
1625 HashSet<Node*> nodeSet; in getBorderAndTextQuads() local