Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h63 void removeElementById(const AtomicString& elementId, Element*);
DTreeScope.cpp161 void TreeScope::removeElementById(const AtomicString& elementId, Element* element) in removeElementById() function in WebCore::TreeScope
DElement.cpp3089 scope.removeElementById(oldId, this); in updateId()