Searched defs:perTagCount (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNode.cpp161 HashMap<String, size_t> perTagCount; local
181 pair<HashMap<String, size_t>::iterator, bool> result = perTagCount.add(element->tagName(), 1);
272 for (HashMap<String, size_t>::iterator it = perTagCount.begin(); it != perTagCount.end(); ++it)

Completed in 143 milliseconds