Searched defs:NodeSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathNodeSet.h36 class NodeSet { class in namespace:WebCore::XPath
38 NodeSet() : m_isSorted(true), m_subtreesAreDisjoint(false) { } function in class:WebCore::XPath::NodeSet
39 explicit NodeSet(PassRefPtr<Node> node) : m_isSorted(true), m_subtreesAreDisjoint(false), m_nodes(1, node) { } function in class:WebCore::XPath::NodeSet
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestResult.h50 typedef ListHashSet<RefPtr<Node>> NodeSet; typedef in class:WebCore::HitTestResult
/macosx-10.10/libauto-186/
H A Dauto_gdb_interface.cpp184 typedef __gnu_cxx::hash_map<void *, Node*, AuxPointerHash, AuxPointerEqual, AuxAllocator<void *> > NodeSet; typedef in class:Auto::GDBRootFinder
[all...]

Completed in 212 milliseconds