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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.h159 void addToPastNamesMap(Element*, const AtomicString& pastName);
H A DHTMLFormElement.cpp765 void HTMLFormElement::addToPastNamesMap(Element* element, const AtomicString& pastName) function in class:blink::HTMLFormElement
794 addToPastNamesMap(namedItems.first().get(), name);

Completed in 59 milliseconds