Searched refs:NodeSetVector (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp42 typedef WillBeHeapVector<RawPtrWillBeMember<Node> > NodeSetVector; typedef in namespace:blink::XPath
53 static inline Node* parentWithDepth(unsigned depth, const NodeSetVector& parents)
59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes)
174 WillBeHeapVector<NodeSetVector> parentMatrix(nodeCount);
176 NodeSetVector& parentsVector = parentMatrix[i];

Completed in 49 milliseconds