Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGPathSegListPropertyTearOff.cpp78 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue() local
83 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()
DSVGListPropertyTearOff.h145 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper() local
149 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()