Searched refs:livesInOtherList (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp93 bool livesInOtherList = animatedPropertyOfItem != m_animatedProperty;
94 int removedIndex = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList);
101 if (!livesInOtherList) {
H A DSVGListPropertyTearOff.h166 bool livesInOtherList = animatedPropertyOfItem != m_animatedProperty; local
167 int removedIndex = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList);
174 if (!livesInOtherList) {

Completed in 73 milliseconds