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

/external/webkit/Source/WebCore/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp94 int removedIndex = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList); local
95 ASSERT(removedIndex != -1);
104 if (static_cast<unsigned>(removedIndex) < index)
H A DSVGListPropertyTearOff.h167 int removedIndex = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList); local
168 ASSERT(removedIndex != -1);
177 if (static_cast<unsigned>(removedIndex) < index)

Completed in 245 milliseconds