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

/external/webkit/Source/WebCore/html/
H A DHTMLDocument.h94 HashCountedSet<AtomicStringImpl*> m_namedItemCounts; member in class:WebCore::HTMLDocument
101 return m_namedItemCounts.contains(name);
H A DHTMLDocument.cpp317 addItemToMap(m_namedItemCounts, name);
322 removeItemFromMap(m_namedItemCounts, name);

Completed in 60 milliseconds