Searched refs:getAllElementsById (Results 1 – 5 of 5) sorted by relevance
56 …const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&, cons…
59 …const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&) cons…
139 const WillBeHeapVector<RawPtrWillBeMember<Element> >& DocumentOrderedMap::getAllElementsById(const … in getAllElementsById() function in blink::DocumentOrderedMap
171 const WillBeHeapVector<RawPtrWillBeMember<Element> >& TreeScope::getAllElementsById(const AtomicStr… in getAllElementsById() function in blink::TreeScope178 return m_elementsById->getAllElementsById(elementId, this); in getAllElementsById()
430 …ector<RawPtrWillBeMember<Element> >& elements = rootNode.treeScope().getAllElementsById(idToMatch); in execute()