Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DElement.h225 void updateId(const AtomicString& oldId, const AtomicString& newId);
368 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) in updateId() argument
373 if (oldId == newId) in updateId()
377 if (!oldId.isEmpty()) in updateId()
378 doc->removeElementById(oldId, this); in updateId()
DNamedAttrMap.cpp220 Attribute* oldId = getAttributeItem(m_element->idAttributeName()); in setAttributes() local
223 if (oldId || newId) in setAttributes()
224 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributes()
DElement.cpp640 Attribute* oldId = namedAttrMap ? namedAttrMap->getAttributeItem(idName) : 0; in setAttributeMap() local
643 if (oldId || newId) in setAttributeMap()
644 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom); in setAttributeMap()
/external/chromium/third_party/icu/source/test/intltest/
Dtranstst.cpp3994 char oldId[256]={'\0'}; in TestAllCodepoints() local
4021 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()
4035 uprv_strcpy(oldId,newId); in TestAllCodepoints()
/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/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;