Searched refs:StringToElementsMap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.h95 typedef WillBeHeapHashMap<StringImpl*, OwnPtrWillBeMember<WillBeHeapVector<RawPtrWillBeMember<Element> > > > StringToElementsMap; typedef in class:blink::HTMLCollection::FINAL
96 static void addElementToMap(StringToElementsMap& map, const AtomicString& key, Element* element)
104 StringToElementsMap m_idCache;
105 StringToElementsMap m_nameCache;

Completed in 74 milliseconds