Home | History | Annotate | Download | only in scripts

Lines Matching refs:V8SVGPODTypeWrapper

261         push(@headerContent, "\ntemplate<typename PODType> class V8SVGPODTypeWrapper;\n");
267 $nativeType = "V8SVGPODTypeWrapper<${nativeType} >";
637 $implIncludes{"V8SVGPODTypeWrapper.h"} = 1;
667 V8SVGPODTypeWrapper<$implClassName>* imp_wrapper = V8SVGPODTypeWrapper<$implClassName>::toNative(info.Holder());
761 $implIncludes{"V8SVGPODTypeWrapper.h"} = 1;
783 push(@implContentDecls, " RefPtr<V8SVGPODTypeWrapper<" . $nativeType . "> > wrapper = $wrapper;\n");
867 $implIncludes{"V8SVGPODTypeWrapper.h"} = 1;
868 push(@implContentDecls, " V8SVGPODTypeWrapper<$implClassName>* wrapper = V8SVGPODTypeWrapper<$implClassName>::toNative(info.Holder());\n");
1036 push(@implContentDecls, " V8SVGPODTypeWrapper<$nativeClassName>* imp_wrapper = V8SVGPODTypeWrapper<$nativeClassName>::toNative(args.Holder());\n");
1885 $nativeType = "V8SVGPODTypeWrapper<${nativeType}>";
2223 $result .= $indent . "RefPtr<V8SVGPODTypeWrapper<" . $nativeReturnType . "> > wrapper = ";
2227 $result .= $indent . "RefPtr<V8SVGPODTypeWrapper<" . $nativeReturnType . "> > wrapper = ";
2550 $implIncludes{"V8SVGPODTypeWrapper.h"} = 1;
2759 $implIncludes{"V8SVGPODTypeWrapper.h"} = 1;