OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 224 milliseconds