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

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 442 my $declarationSuffix = ";\n";
449 $property .= $declarationSuffix;
453 $property .= $declarationSuffix;
    [all...]
CodeGeneratorObjC.pm 793 my $declarationSuffix = ";\n";
794 $declarationSuffix = " $availabilityMacro;\n" if length $availabilityMacro;
816 $property .= $declarationSuffix;
827 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix;
833 my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declarationSuffix;
    [all...]

Completed in 92 milliseconds