Home | History | Annotate | Download | only in v8

Lines Matching refs:V8SVGPODTypeWrapper

48 class V8SVGPODTypeWrapper : public RefCounted<V8SVGPODTypeWrapper<PODType> > {
50 V8SVGPODTypeWrapper() { }
51 virtual ~V8SVGPODTypeWrapper() { }
55 static V8SVGPODTypeWrapper<PODType>* toNative(v8::Handle<v8::Object> object)
57 return reinterpret_cast<V8SVGPODTypeWrapper<PODType>*>(object->GetPointerFromInternalField(v8DOMWrapperObjectIndex));
62 class V8SVGPODTypeWrapperCreatorForList : public V8SVGPODTypeWrapper<PODType> {
111 class V8SVGStaticPODTypeWrapper : public V8SVGPODTypeWrapper<PODType> {
141 typedef V8SVGPODTypeWrapper<ParentTypeArg> ParentType;
165 class V8SVGStaticPODTypeWrapperWithParent : public V8SVGPODTypeWrapper<PODType> {
202 class V8SVGDynamicPODTypeWrapper : public V8SVGPODTypeWrapper<PODType> {
206 typedef void (*CacheRemovalCallback)(V8SVGPODTypeWrapper<PODType>*);
352 typedef V8SVGPODTypeWrapper<PODType> WrapperBase;
378 static void forgetWrapper(V8SVGPODTypeWrapper<PODType>* wrapper)
410 return *V8SVGPODTypeWrapper<P>::toNative(v8::Handle<v8::Object>::Cast(object));