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

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm 655 my $implType = $implClassName;
656 my ($svgPropertyType, $svgListPropertyType, $svgNativeType) = GetSVGPropertyTypes($implType);
657 $implType = $svgNativeType if $svgNativeType;
685 push(@headerContent, " $className(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<$implType>, JSDOMWindowShell*);\n");
687 push(@headerContent, " $className(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<$implType>);\n");
689 push(@headerContent, " $className(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<$implType>);\n");
    [all...]
CodeGeneratorObjC.pm 643 my $implType = shift;
649 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $implType =~ /SVG/;
651 $svgNativeType = $codeGenerator->GetSVGTypeNeedingTearOff($implType);
658 my $svgWrappedNativeType = $codeGenerator->GetSVGWrappedTypeNeedingTearOff($implType);
    [all...]
CodeGeneratorV8.pm 184 my $implType = shift;
190 return ($svgPropertyType, $svgListPropertyType, $svgNativeType) if not $implType =~ /SVG/;
192 $svgNativeType = $codeGenerator->GetSVGTypeNeedingTearOff($implType);
198 my $svgWrappedNativeType = $codeGenerator->GetSVGWrappedTypeNeedingTearOff($implType);
    [all...]

Completed in 434 milliseconds