Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h62 void addElementById(const AtomicString& elementId, Element*);
DTreeScope.cpp181 void TreeScope::addElementById(const AtomicString& elementId, Element* element) in addElementById() function in blink::TreeScope
DElement.cpp2750 scope.addElementById(newId, this); in updateId()