Searched refs:pastName (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.cpp745 Element* HTMLFormElement::elementFromPastNamesMap(const AtomicString& pastName) argument
747 if (pastName.isEmpty() || !m_pastNamesMap)
749 Element* element = m_pastNamesMap->get(pastName);
765 void HTMLFormElement::addToPastNamesMap(Element* element, const AtomicString& pastName) argument
767 if (pastName.isEmpty())
771 m_pastNamesMap->set(pastName, element);

Completed in 69 milliseconds