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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.h80 WillBeHeapVector<RawPtrWillBeMember<Element> >* getElementsById(const AtomicString& id) const { return m_idCache.get(id.impl()); }
82 void addElementWithId(const AtomicString& id, Element* element) { addElementToMap(m_idCache, id, element); }
88 visitor->trace(m_idCache);
104 StringToElementsMap m_idCache; member in class:blink::HTMLCollection::FINAL

Completed in 104 milliseconds