Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.h89 HashCountedSet<AtomicString> m_namedItemCounts; variable
95 return m_namedItemCounts.contains(name); in hasNamedItem()
DHTMLDocument.cpp190 addItemToMap(m_namedItemCounts, name); in addNamedItem()
195 removeItemFromMap(m_namedItemCounts, name); in removeNamedItem()