Home
last modified time | relevance | path

Searched refs:elementFromPastNamesMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.h156 Node* elementFromPastNamesMap(const AtomicString&) const;
DHTMLFormElement.cpp723 Node* HTMLFormElement::elementFromPastNamesMap(const AtomicString& pastName) const in elementFromPastNamesMap() function in WebCore::HTMLFormElement
770 Node* elementFromPast = elementFromPastNamesMap(name); in getNamedElements()