Home
last modified time | relevance | path

Searched refs:SVGPODList (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/svg/
DSVGPointList.h33 class SVGPointList : public SVGPODList<FloatPoint> {
DSVGNumberList.h32 class SVGNumberList : public SVGPODList<float> {
DSVGLengthList.h30 class SVGLengthList : public SVGPODList<SVGLength> {
DSVGTransformList.h33 class SVGTransformList : public SVGPODList<SVGTransform> {
DSVGPointList.cpp30 : SVGPODList<FloatPoint>(attributeName) in SVGPointList()
DSVGNumberList.cpp31 : SVGPODList<float>(attributeName) in SVGNumberList()
DSVGLengthList.cpp31 : SVGPODList<SVGLength>(attributeName) in SVGLengthList()
DSVGTransformList.cpp33 : SVGPODList<SVGTransform>(attributeName) in SVGTransformList()
DSVGList.h189 class SVGPODList : public SVGList<RefPtr<SVGPODListItem<Item> > > {
273 SVGPODList(const QualifiedName& attributeName) in SVGPODList() function
/external/webkit/WebCore/
DChangeLog-2006-12-311367 which operators on specialized SVGPODList's. It makes it possible
1413 (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):
DChangeLog-2008-08-1048000 (WebCore::SVGPODList::initialize):
48001 (WebCore::SVGPODList::insertItemBefore):
48002 (WebCore::SVGPODList::replaceItem):
48003 (WebCore::SVGPODList::appendItem):
48004 (WebCore::SVGPODList::SVGPODList):
53652 (WebCore::SVGPODList::SVGPODList):
DChangeLog-2010-01-2912640 …* svg/SVGNumberList.cpp: Make SVGNumberList a SVGPODList, instead of a SVGList, to make dynamic up…