Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DElement.cpp946 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName()); in insertedIntoDocument() local
947 if (idItem && !idItem->isNull()) in insertedIntoDocument()
948 updateId(nullAtom, idItem->value()); in insertedIntoDocument()
957 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName()); in removedFromDocument() local
958 if (idItem && !idItem->isNull()) in removedFromDocument()
959 updateId(idItem->value(), nullAtom); in removedFromDocument()