Home
last modified time | relevance | path

Searched refs:getAllElementsById (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentOrderedMap.h56 …const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&, cons…
DTreeScope.h59 …const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&) cons…
DDocumentOrderedMap.cpp139 const WillBeHeapVector<RawPtrWillBeMember<Element> >& DocumentOrderedMap::getAllElementsById(const … in getAllElementsById() function in blink::DocumentOrderedMap
DTreeScope.cpp171 const WillBeHeapVector<RawPtrWillBeMember<Element> >& TreeScope::getAllElementsById(const AtomicStr… in getAllElementsById() function in blink::TreeScope
178 return m_elementsById->getAllElementsById(elementId, this); in getAllElementsById()
DSelectorQuery.cpp430 …ector<RawPtrWillBeMember<Element> >& elements = rootNode.treeScope().getAllElementsById(idToMatch); in execute()