Searched refs:SVGPODList (Results 1 – 12 of 12) sorted by relevance
33 class SVGPointList : public SVGPODList<FloatPoint> {
32 class SVGNumberList : public SVGPODList<float> {
30 class SVGLengthList : public SVGPODList<SVGLength> {
33 class SVGTransformList : public SVGPODList<SVGTransform> {
30 : SVGPODList<FloatPoint>(attributeName) in SVGPointList()
31 : SVGPODList<float>(attributeName) in SVGNumberList()
31 : SVGPODList<SVGLength>(attributeName) in SVGLengthList()
33 : SVGPODList<SVGTransform>(attributeName) in SVGTransformList()
189 class SVGPODList : public SVGList<RefPtr<SVGPODListItem<Item> > > {273 SVGPODList(const QualifiedName& attributeName) in SVGPODList() function
1367 which operators on specialized SVGPODList's. It makes it possible1413 (WebCore::SVGPODList::SVGPODList):1414 (WebCore::SVGPODList::initialize):1415 (WebCore::SVGPODList::getFirst):1416 (WebCore::SVGPODList::getLast):1417 (WebCore::SVGPODList::getItem):1418 (WebCore::SVGPODList::insertItemBefore):1419 (WebCore::SVGPODList::replaceItem):1420 (WebCore::SVGPODList::removeItem):1421 (WebCore::SVGPODList::appendItem):
48000 (WebCore::SVGPODList::initialize):48001 (WebCore::SVGPODList::insertItemBefore):48002 (WebCore::SVGPODList::replaceItem):48003 (WebCore::SVGPODList::appendItem):48004 (WebCore::SVGPODList::SVGPODList):53652 (WebCore::SVGPODList::SVGPODList):
12640 …* svg/SVGNumberList.cpp: Make SVGNumberList a SVGPODList, instead of a SVGList, to make dynamic up…