Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h664 void updateExtraNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName);
DElement.cpp3094 updateExtraNamedItemRegistration(oldId, newId); in updateId()
3192 void Element::updateExtraNamedItemRegistration(const AtomicString& oldId, const AtomicString& newId) in updateExtraNamedItemRegistration() function in WebCore::Element