Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DElement.cpp763 Attribute* idItem = attrs->getAttributeItem(idAttributeName()); in insertedIntoDocument() local
764 if (idItem && !idItem->isNull()) in insertedIntoDocument()
765 updateId(nullAtom, idItem->value()); in insertedIntoDocument()
774 Attribute* idItem = attrs->getAttributeItem(idAttributeName()); in removedFromDocument() local
775 if (idItem && !idItem->isNull()) in removedFromDocument()
776 updateId(idItem->value(), nullAtom); in removedFromDocument()