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

  /external/webkit/Source/WebCore/dom/
DocumentOrderedMap.h 53 Element* getElementByMapName(AtomicStringImpl*, const TreeScope*) const;
DocumentOrderedMap.cpp 141 Element* DocumentOrderedMap::getElementByMapName(AtomicStringImpl* key, const TreeScope* scope) const
TreeScope.cpp 143 return static_cast<HTMLMapElement*>(m_imageMapsByName.getElementByMapName(AtomicString(name).impl(), this));

Completed in 1740 milliseconds