Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1969 RefPtr<Attr> oldAttrNode = attrIfExists(attrNode->qualifiedName()); in setAttributeNode() local
1970 if (oldAttrNode.get() == attrNode) in setAttributeNode()
1985 if (oldAttrNode) in setAttributeNode()
1986 … detachAttrNodeFromElementWithValue(oldAttrNode.get(), elementData->attributeItem(index)->value()); in setAttributeNode()
1988oldAttrNode = Attr::create(document(), attrNode->qualifiedName(), elementData->attributeItem(index… in setAttributeNode()
1997 return oldAttrNode.release(); in setAttributeNode()