insertItemBefore 109 Source/core/svg/SVGPathSegList.h PassRefPtr<ItemPropertyType> insertItemBefore(PassRefPtr<ItemPropertyType> passItem, size_t index) insertItemBefore 113 Source/core/svg/SVGPathSegList.h return Base::insertItemBefore(passItem, index); insertItemBefore 71 Source/core/svg/SVGStringList.h void insertItemBefore(const String&, size_t); insertItemBefore 83 Source/core/svg/SVGStringListTearOff.h String insertItemBefore(const String& item, unsigned long index, ExceptionState& exceptionState) insertItemBefore 90 Source/core/svg/SVGStringListTearOff.h target()->insertItemBefore(item, index); insertItemBefore 142 Source/core/svg/properties/SVGListPropertyHelper.h PassRefPtr<ItemPropertyType> insertItemBefore(PassRefPtr<ItemPropertyType>, size_t); insertItemBefore 223 Source/core/svg/properties/SVGListPropertyHelper.h PassRefPtr<ItemProperty> SVGListPropertyHelper<Derived, ItemProperty>::insertItemBefore(PassRefPtr<ItemProperty> passNewItem, size_t index) insertItemBefore 125 Source/core/svg/properties/SVGListPropertyTearOffHelper.h PassRefPtr<ItemTearOffType> insertItemBefore(PassRefPtr<ItemTearOffType> passItem, unsigned long index, ExceptionState& exceptionState) insertItemBefore 139 Source/core/svg/properties/SVGListPropertyTearOffHelper.h RefPtr<ItemPropertyType> value = toDerived()->target()->insertItemBefore(getValueForInsertionFromTearOff(item), index);