HomeSort by relevance Sort by last modified time
    Searched refs:removeItemFromList (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 48 int removeItemFromList(const RefPtr<SVGPathSeg>& segment, bool shouldSynchronizeWrappers)
51 return static_pointer_cast<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers);
SVGAnimatedListPropertyTearOff.h 56 int removeItemFromList(SVGProperty* property, bool shouldSynchronizeWrappers)
60 return static_pointer_cast<SVGListPropertyTearOff<PropertyType> >(m_baseVal)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers);
SVGListPropertyTearOff.h 45 int removeItemFromList(ListItemTearOff* removeItem, bool shouldSynchronizeWrappers)
167 int removedIndex = static_cast<AnimatedListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList);
SVGPathSegListPropertyTearOff.cpp 94 int removedIndex = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList);
SVGPathSegListPropertyTearOff.h 44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers)

Completed in 1061 milliseconds