Searched refs:AddForwardDeclarationsForType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorCPP.pm268 sub AddForwardDeclarationsForType subroutine
444 AddForwardDeclarationsForType($attribute->signature->type, 1);
497 AddForwardDeclarationsForType($type, 1);
H A DCodeGeneratorObjC.pm529 sub AddForwardDeclarationsForType subroutine
799 AddForwardDeclarationsForType($attribute->signature->type, $public);
913 AddForwardDeclarationsForType($type, 1) if $needsDeprecatedVersion;
914 AddForwardDeclarationsForType($type, $public) unless $public and $needsDeprecatedVersion;

Completed in 385 milliseconds