Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DTreeScope.h79 DocumentOrderedMap m_elementsById; variable
91 return m_elementsById.contains(id); in hasElementWithId()
96 return m_elementsById.containsMultiple(id.impl()); in containsMultipleElementsWithId()
DTreeScope.cpp62 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()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1031812 * 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
DChangeLog-2010-12-0616325 Changed m_elementsById to be a DocumentOrderedMap. Eliminated
49219 m_elementsById (or to call attributeChanged()) twice in that case.
49224 m_elementsById earlier.
DChangeLog-2010-01-291714 (WebCore::Document::removedLastRef): Clear m_elementsById map, because removeAllChildren()