StaticNodeList 128 Source/core/dom/ChildListMutationScope.cpp RefPtr<NodeList> addedNodes = StaticNodeList::adopt(m_addedNodes); StaticNodeList 129 Source/core/dom/ChildListMutationScope.cpp RefPtr<NodeList> removedNodes = StaticNodeList::adopt(m_removedNodes); StaticNodeList 88 Source/core/dom/MutationRecord.cpp nodeList = StaticNodeList::createEmpty(); StaticNodeList 2423 Source/core/dom/Node.cpp return StaticNodeList::adopt(filteredInsertionPoints); StaticNodeList 141 Source/core/dom/SelectorQuery.cpp return StaticNodeList::adopt(result); StaticNodeList 36 Source/core/dom/StaticNodeList.cpp PassRefPtr<StaticNodeList> StaticNodeList::adopt(Vector<RefPtr<Node> >& nodes) StaticNodeList 38 Source/core/dom/StaticNodeList.cpp RefPtr<StaticNodeList> nodeList = adoptRef(new StaticNodeList); StaticNodeList 45 Source/core/dom/StaticNodeList.cpp StaticNodeList::~StaticNodeList() StaticNodeList 51 Source/core/dom/StaticNodeList.cpp unsigned StaticNodeList::length() const StaticNodeList 56 Source/core/dom/StaticNodeList.cpp Node* StaticNodeList::item(unsigned index) const StaticNodeList 42 Source/core/dom/StaticNodeList.h class StaticNodeList FINAL : public NodeList { StaticNodeList 44 Source/core/dom/StaticNodeList.h static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes); StaticNodeList 46 Source/core/dom/StaticNodeList.h static PassRefPtr<StaticNodeList> createEmpty() StaticNodeList 48 Source/core/dom/StaticNodeList.h return adoptRef(new StaticNodeList); StaticNodeList 51 Source/core/dom/StaticNodeList.h virtual ~StaticNodeList(); StaticNodeList 183 Source/core/dom/shadow/InsertionPoint.cpp return StaticNodeList::adopt(nodes); StaticNodeList 202 Source/core/events/Event.cpp return StaticNodeList::createEmpty(); StaticNodeList 206 Source/core/events/Event.cpp return StaticNodeList::createEmpty(); StaticNodeList 213 Source/core/events/Event.cpp return StaticNodeList::createEmpty(); StaticNodeList 48 Source/core/events/TreeScopeEventContext.cpp m_eventPath = StaticNodeList::adopt(nodes); StaticNodeList 386 Source/core/svg/SVGSVGElement.cpp return StaticNodeList::adopt(nodes); StaticNodeList 396 Source/core/svg/SVGSVGElement.cpp return StaticNodeList::adopt(nodes); StaticNodeList 1483 Source/core/testing/Internals.cpp return StaticNodeList::adopt(matches); StaticNodeList 1692 Source/core/testing/Internals.cpp return StaticNodeList::adopt(nodes);