Searched refs:oldId (Results 1 – 6 of 6) sorted by relevance
223 Attribute *oldId = getAttributeItem(idAttr); in setAttributes() local226 if (oldId || newId) in setAttributes()227 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributes()
625 Attribute* oldId = namedAttrMap ? namedAttrMap->getAttributeItem(idAttr) : 0; in setAttributeMap() local628 if (oldId || newId) in setAttributeMap()629 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributeMap()1058 void Element::updateId(const AtomicString& oldId, const AtomicString& newId) in updateId() argument1063 if (oldId == newId) in updateId()1067 if (!oldId.isEmpty()) in updateId()1068 doc->removeElementById(oldId, this); in updateId()
186 void updateId(const AtomicString& oldId, const AtomicString& newId);
3946 char oldId[256]={'\0'}; in TestAllCodepoints() local3973 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()3987 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;