Home | History | Annotate | Download | only in scripts

Lines Matching refs:propType

163     my $propType = $attribute->signature->type;
164 if ($propType =~ /Constructor$/) {
353 my $propType = $attribute->signature->type;
354 my ${propGType} = decamelize($propType);
357 my $gtype = GetGValueTypeName($propType);
371 my $type = GetGlibTypeName($propType);
413 RefPtr<WebCore::${propType}> ptr = coreSelf->${getPropNameFunction}(${exception});