Home
last modified time | relevance | path

Searched refs:addNamedItem (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.h60 void addNamedItem(const AtomicString& name);
DHTMLDocument.cpp188 void HTMLDocument::addNamedItem(const AtomicString& name) in addNamedItem() function in WebCore::HTMLDocument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2917 toHTMLDocument(document()).addNamedItem(newName); in updateNamedItemRegistration()