Searched refs:m_elementsById (Results 1 – 5 of 5) sorted by relevance
79 DocumentOrderedMap m_elementsById; variable91 return m_elementsById.contains(id); in hasElementWithId()96 return m_elementsById.containsMultiple(id.impl()); in containsMultipleElementsWithId()
62 m_elementsById.clear(); in destroyTreeScopeData()82 return m_elementsById.getElementById(elementId.impl(), this); in getElementById()87 m_elementsById.add(elementId.impl(), element); in addElementById()92 m_elementsById.remove(elementId.impl(), element); in removeElementById()
31812 * khtml/xml/DocumentImpl.h: Removed include of qdict.h, changed m_elementsById, m_idCount,31815 (DocumentImpl::getElementById): Updated to use HashMap for m_elementsById and HashCountedSet
16325 Changed m_elementsById to be a DocumentOrderedMap. Eliminated49219 m_elementsById (or to call attributeChanged()) twice in that case.49224 m_elementsById earlier.
1714 (WebCore::Document::removedLastRef): Clear m_elementsById map, because removeAllChildren()