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

/external/webkit/WebCore/svg/
H A DSVGList.h49 class SVGList : public RefCounted<SVGList<Item> > { class in namespace:WebCore
54 virtual ~SVGList() { }
158 SVGList(const QualifiedName& attributeName) function in class:WebCore::SVGList
189 class SVGPODList : public SVGList<RefPtr<SVGPODListItem<Item> > > {
193 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::initialize(SVGPODListItem<Item>::copy(newItem), ec).get());
202 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getFirst().get());
211 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getLast().get());
220 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::getItem(index, ec).get());
229 SVGPODListItem<Item>* ptr(SVGList<RefPt
[all...]

Completed in 29 milliseconds