HomeSort by relevance Sort by last modified time
    Searched refs:removeItemFromMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h 96 void removeItemFromMap(HashCountedSet<AtomicString>&, const AtomicString&);
HTMLDocument.cpp 228 void HTMLDocument::removeItemFromMap(HashCountedSet<AtomicString>& map, const AtomicString& name)
244 removeItemFromMap(m_namedItemCounts, name);
254 removeItemFromMap(m_extraNamedItemCounts, name);

Completed in 24 milliseconds