getAllElementsById 52 Source/core/dom/DocumentOrderedMap.h const Vector<Element*>& getAllElementsById(StringImpl*, const TreeScope*) const; getAllElementsById 422 Source/core/dom/SelectorQuery.cpp const Vector<Element*>& elements = rootNode.treeScope().getAllElementsById(idToMatch); getAllElementsById 152 Source/core/dom/TreeScope.cpp return m_elementsById->getAllElementsById(elementId.impl(), this); getAllElementsById 61 Source/core/dom/TreeScope.h const Vector<Element*>& getAllElementsById(const AtomicString&) const;