Home
last modified time | relevance | path

Searched refs:m_namedItemCounts (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLDocument.h94 HashCountedSet<AtomicStringImpl*> m_namedItemCounts; variable
101 return m_namedItemCounts.contains(name); in hasNamedItem()
DHTMLDocument.cpp317 addItemToMap(m_namedItemCounts, name); in addNamedItem()
322 removeItemFromMap(m_namedItemCounts, name); in removeNamedItem()