Searched refs:animatedPropertyOfItem (Results 1 – 2 of 2) sorted by relevance
78 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue() local83 if (!animatedPropertyOfItem) in processIncomingListItemValue()88 if (!animatedPropertyOfItem->isAnimatedListTearOff()) in processIncomingListItemValue()93 bool livesInOtherList = animatedPropertyOfItem != m_animatedProperty; in processIncomingListItemValue()94 …int removedIndex = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem)->re… in processIncomingListItemValue()
145 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper() local149 if (!animatedPropertyOfItem) in processIncomingListItemWrapper()154 if (!animatedPropertyOfItem->isAnimatedListTearOff()) { in processIncomingListItemWrapper()166 bool livesInOtherList = animatedPropertyOfItem != m_animatedProperty; in processIncomingListItemWrapper()167 …int removedIndex = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFr… in processIncomingListItemWrapper()