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

  /external/webkit/Source/WebCore/dom/
TreeScope.h 79 DocumentOrderedMap m_elementsById;
91 return m_elementsById.contains(id);
96 return m_elementsById.containsMultiple(id.impl());
TreeScope.cpp 62 m_elementsById.clear();
82 return m_elementsById.getElementById(elementId.impl(), this);
87 m_elementsById.add(elementId.impl(), element);
92 m_elementsById.remove(elementId.impl(), element);

Completed in 1681 milliseconds