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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentOrderedMap.cpp 139 const WillBeHeapVector<RawPtrWillBeMember<Element> >& DocumentOrderedMap::getAllElementsById(const AtomicString& key, const TreeScope* scope) const
TreeScope.cpp 171 const WillBeHeapVector<RawPtrWillBeMember<Element> >& TreeScope::getAllElementsById(const AtomicString& elementId) const
178 return m_elementsById->getAllElementsById(elementId, this);

Completed in 115 milliseconds