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

  /external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h 227 class JSSVGPODTypeWrapperCreatorForList : public JSSVGPODTypeWrapper<PODType> {
234 static PassRefPtr<JSSVGPODTypeWrapperCreatorForList> create(PassRefPtr<PODListItemPtrType> creator, const QualifiedName& attributeName)
236 return adoptRef(new JSSVGPODTypeWrapperCreatorForList(creator, attributeName));
254 JSSVGPODTypeWrapperCreatorForList(PassRefPtr<PODListItemPtrType> creator, const QualifiedName& attributeName)
JSSVGPODListCustom.h 54 JSSVGPODTypeWrapperCreatorForList<PODType>::create(item.get(), listImp->associatedAttributeName()).get(), context);
73 JSSVGPODTypeWrapperCreatorForList<PODType>::create(item.get(), attributeName).get(), context);

Completed in 38 milliseconds