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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlsCollection.cpp168 cache->addElementWithId(idAttrVal, element);
185 cache->addElementWithId(idAttrVal, element);
H A DHTMLCollection.h82 void addElementWithId(const AtomicString& id, Element* element) { addElementToMap(m_idCache, id, element); } function in class:blink::HTMLCollection::FINAL
H A DHTMLCollection.cpp466 cache->addElementWithId(idAttrVal, element);

Completed in 88 milliseconds