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

/external/webkit/WebCore/bindings/js/
H A DJSSVGPODTypeWrapper.h125 class JSSVGStaticPODTypeWrapper : public JSSVGPODTypeWrapper<PODType> { class in namespace:WebCore
127 static PassRefPtr<JSSVGStaticPODTypeWrapper> create(PODType type)
129 return adoptRef(new JSSVGStaticPODTypeWrapper(type));
143 JSSVGStaticPODTypeWrapper(PODType type) function in class:WebCore::JSSVGStaticPODTypeWrapper
152 class JSSVGStaticPODTypeWrapperWithPODTypeParent : public JSSVGStaticPODTypeWrapper<PODType> {
163 JSSVGStaticPODTypeWrapper<PODType>::commitChange(type, wrapper);
169 : JSSVGStaticPODTypeWrapper<PODType>(type)

Completed in 21 milliseconds