Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp228 void HTMLDocument::removeItemFromMap(HashCountedSet<AtomicString>& map, const AtomicString& name) in removeItemFromMap() function in WebCore::HTMLDocument
244 removeItemFromMap(m_namedItemCounts, name); in removeNamedItem()
254 removeItemFromMap(m_extraNamedItemCounts, name); in removeExtraNamedItem()
DHTMLDocument.h96 void removeItemFromMap(HashCountedSet<AtomicString>&, const AtomicString&);