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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAllCollection.cpp54 if (WillBeHeapVector<RawPtrWillBeMember<Element> >* elements = cache.getElementsById(name)) {
H A DHTMLCollection.h80 WillBeHeapVector<RawPtrWillBeMember<Element> >* getElementsById(const AtomicString& id) const { return m_idCache.get(id.impl()); } function in class:blink::HTMLCollection::FINAL
H A DHTMLCollection.cpp403 WillBeHeapVector<RawPtrWillBeMember<Element> >* idResults = cache.getElementsById(name);
486 if (WillBeHeapVector<RawPtrWillBeMember<Element> >* idResults = cache.getElementsById(name)) {

Completed in 1265 milliseconds