Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp144 HashMap<String, size_t> perTagCount; in dumpStatistics() local
170 HashMap<String, size_t>::AddResult result = perTagCount.add(element->tagName(), 1); in dumpStatistics()
254 for (HashMap<String, size_t>::iterator it = perTagCount.begin(); it != perTagCount.end(); ++it) in dumpStatistics()