Searched refs:oldId (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/dom/
H A DNamedAttrMap.cpp220 Attribute* oldId = getAttributeItem(m_element->idAttributeName());
223 if (oldId || newId)
224 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
H A DElement.h225 void updateId(const AtomicString& oldId, const AtomicString& newId);
368 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) argument
373 if (oldId == newId)
377 if (!oldId.isEmpty())
378 doc->removeElementById(oldId, this);
H A DElement.cpp640 Attribute* oldId = namedAttrMap ? namedAttrMap->getAttributeItem(idName) : 0; local
643 if (oldId || newId)
644 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
/external/chromium/third_party/icu/source/test/intltest/
H A Dtranstst.cpp3994 char oldId[256]={'\0'}; local
4021 if(uprv_strcmp(newId,oldId)!=0){
4035 uprv_strcpy(oldId,newId);
/external/icu4c/test/intltest/
H A Dtranstst.cpp4005 char oldId[256]={'\0'}; local
4032 if(uprv_strcmp(newId,oldId)!=0){
4046 uprv_strcpy(oldId,newId);
/external/webkit/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2840 var oldId = root.id, id = $(root).identify();
2845 root.id = oldId;
H A Dconcat-jquery-mootools-prototype.js11219 var oldId = root.id, id = $(root).identify();
11224 root.id = oldId;

Completed in 536 milliseconds