Home
last modified time | relevance | path

Searched refs:oldId (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNamedNodeMap.cpp222 Attribute* oldId = getAttributeItem(m_element->document()->idAttributeName()); in setAttributes() local
225 if (oldId || newId) in setAttributes()
226 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributes()
DElement.h266 void updateId(const AtomicString& oldId, const AtomicString& newId);
477 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) in updateId() argument
482 if (oldId == newId) in updateId()
486 if (!oldId.isEmpty()) in updateId()
487 doc->removeElementById(oldId, this); in updateId()
DElement.cpp810 Attribute* oldId = m_attributeMap ? m_attributeMap->getAttributeItem(idName) : 0; in setAttributeMap() local
813 if (oldId || newId) in setAttributeMap()
814 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributeMap()
/external/icu4c/test/intltest/
Dtranstst.cpp4005 char oldId[256]={'\0'}; in TestAllCodepoints() local
4032 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()
4046 uprv_strcpy(oldId,newId); in TestAllCodepoints()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js2840 var oldId = root.id, id = $(root).identify(); variable
2845 root.id = oldId;
Dconcat-jquery-mootools-prototype.js11219 var oldId = root.id, id = $(root).identify(); variable
11224 root.id = oldId;