Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h614 void updateId(const AtomicString& oldId, const AtomicString& newId);
615 void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId);
DElement.cpp1300 updateId(scope, nullAtom, idValue); in insertedInto()
1334 updateId(insertionPoint->treeScope(), idValue, nullAtom); in removedFrom()
3072 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) in updateId() function in WebCore::Element
3080 updateId(treeScope(), oldId, newId); in updateId()
3083 inline void Element::updateId(TreeScope& scope, const AtomicString& oldId, const AtomicString& newI… in updateId() function in WebCore::Element
3121 updateId(oldValue, newValue); in willModifyAttribute()
3337 updateId(oldID, newID); in cloneAttributesFromElement()