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

/external/webkit/Source/WebCore/dom/
H A DNamedNodeMap.cpp222 Attribute* oldId = getAttributeItem(m_element->document()->idAttributeName());
225 if (oldId || newId)
226 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
H A DElement.h266 void updateId(const AtomicString& oldId, const AtomicString& newId);
477 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) argument
482 if (oldId == newId)
486 if (!oldId.isEmpty())
487 doc->removeElementById(oldId, this);
H A DElement.cpp810 Attribute* oldId = m_attributeMap ? m_attributeMap->getAttributeItem(idName) : 0; local
813 if (oldId || newId)
814 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
/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/PerformanceTests/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;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 352 milliseconds