Home | History | Annotate | Download | only in properties

Lines Matching refs:newItem

49         RefPtr<ItemTearOffType> newItem = passNewItem;
51 // |newItem| is immutable, OR
52 // |newItem| belongs to a SVGElement, but it does not belong to an animated list
54 if (newItem->isImmutable()
55 || (newItem->contextElement() && !newItem->target()->ownerList())) {
56 // We have to copy the incoming |newItem|,
61 return newItem->target()->clone();
64 newItem->attachToSVGElementAttribute(contextElement, attributeName);
65 return newItem->target();