HomeSort by relevance Sort by last modified time
    Searched defs:StaticHashSetNodeList (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
StaticHashSetNodeList.cpp 31 #include "StaticHashSetNodeList.h"
37 StaticHashSetNodeList::StaticHashSetNodeList(ListHashSet<RefPtr<Node> >& nodes)
42 StaticHashSetNodeList::StaticHashSetNodeList()
46 StaticHashSetNodeList::~StaticHashSetNodeList()
50 unsigned StaticHashSetNodeList::length() const
55 Node* StaticHashSetNodeList::item(unsigned index) const
66 Node* StaticHashSetNodeList::itemWithName(const AtomicString& elementId) cons
    [all...]
StaticHashSetNodeList.h 42 class StaticHashSetNodeList : public NodeList {
44 StaticHashSetNodeList();
45 ~StaticHashSetNodeList();
48 static PassRefPtr<StaticHashSetNodeList> adopt(const ListHashSet<RefPtr<Node> >& nodes)
53 static PassRefPtr<StaticHashSetNodeList> adopt(ListHashSet<RefPtr<Node> >& nodes)
55 return adoptRef(new StaticHashSetNodeList(nodes));
63 StaticHashSetNodeList(ListHashSet<RefPtr<Node> >& nodes);

Completed in 206 milliseconds