Searched defs:removeItemFromList (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPathSegListPropertyTearOff.h48 int removeItemFromList(const RefPtr<SVGPathSeg>& segment, bool shouldSynchronizeWrappers) function in class:WebCore::SVGAnimatedPathSegListPropertyTearOff
51 return static_pointer_cast<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers);
H A DSVGAnimatedListPropertyTearOff.h56 int removeItemFromList(SVGProperty* property, bool shouldSynchronizeWrappers) function in class:WebCore::SVGAnimatedListPropertyTearOff
60 return static_pointer_cast<SVGListPropertyTearOff<PropertyType> >(m_baseVal)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers);
H A DSVGListPropertyTearOff.h45 int removeItemFromList(ListItemTearOff* removeItem, bool shouldSynchronizeWrappers) function in class:WebCore::SVGListPropertyTearOff
167 int removedIndex = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList);
H A DSVGPathSegListPropertyTearOff.h44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers) function in class:WebCore::SVGPathSegListPropertyTearOff

Completed in 396 milliseconds