Searched refs:oldId (Results 1 – 6 of 6) sorted by relevance
222 Attribute* oldId = getAttributeItem(m_element->document()->idAttributeName()); in setAttributes() local225 if (oldId || newId) in setAttributes()226 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributes()
266 void updateId(const AtomicString& oldId, const AtomicString& newId);477 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) in updateId() argument482 if (oldId == newId) in updateId()486 if (!oldId.isEmpty()) in updateId()487 doc->removeElementById(oldId, this); in updateId()
810 Attribute* oldId = m_attributeMap ? m_attributeMap->getAttributeItem(idName) : 0; in setAttributeMap() local813 if (oldId || newId) in setAttributeMap()814 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributeMap()
4005 char oldId[256]={'\0'}; in TestAllCodepoints() local4032 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()4046 uprv_strcpy(oldId,newId); in TestAllCodepoints()
2840 var oldId = root.id, id = $(root).identify(); variable2845 root.id = oldId;
11219 var oldId = root.id, id = $(root).identify(); variable11224 root.id = oldId;