Searched refs:updateId (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 1287 updateId(scope, nullAtom, idValue); in insertedInto() 1321 updateId(insertionPoint->treeScope(), idValue, nullAtom); in removedFrom() 2775 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) in updateId() function in WebCore::Element 2783 updateId(treeScope(), oldId, newId); in updateId() 2786 inline void Element::updateId(TreeScope& scope, const AtomicString& oldId, const AtomicString& newI… in updateId() function in WebCore::Element 2819 updateId(oldValue, newValue); in willModifyAttribute() 3055 updateId(oldID, newID); in cloneAttributesFromElement()
|
D | Element.h | 598 void updateId(const AtomicString& oldId, const AtomicString& newId); 599 void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId);
|