Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DNamedAttrMap.cpp223 Attribute *oldId = getAttributeItem(idAttr); in setAttributes() local
226 if (oldId || newId) in setAttributes()
227 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributes()
DElement.cpp625 Attribute* oldId = namedAttrMap ? namedAttrMap->getAttributeItem(idAttr) : 0; in setAttributeMap() local
628 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() argument
1063 if (oldId == newId) in updateId()
1067 if (!oldId.isEmpty()) in updateId()
1068 doc->removeElementById(oldId, this); in updateId()
DElement.h186 void updateId(const AtomicString& oldId, const AtomicString& newId);
/external/icu4c/test/intltest/
Dtranstst.cpp3946 char oldId[256]={'\0'}; in TestAllCodepoints() local
3973 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()
3987 uprv_strcpy(oldId,newId); in TestAllCodepoints()
/external/webkit/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;