getElementByMapName   53 Source/core/dom/DocumentOrderedMap.h     Element* getElementByMapName(StringImpl*, const TreeScope*) const;
getElementByMapName  215 Source/core/dom/TreeScope.cpp     return toHTMLMapElement(m_imageMapsByName->getElementByMapName(AtomicString(name).impl(), this));