Searched refs:removeItemFromMap (Results 1 – 2 of 2) sorted by relevance
228 void HTMLDocument::removeItemFromMap(HashCountedSet<AtomicString>& map, const AtomicString& name) in removeItemFromMap() function in WebCore::HTMLDocument244 removeItemFromMap(m_namedItemCounts, name); in removeNamedItem()254 removeItemFromMap(m_extraNamedItemCounts, name); in removeExtraNamedItem()
96 void removeItemFromMap(HashCountedSet<AtomicString>&, const AtomicString&);