Home
last modified time | relevance | path

Searched refs:IsStringType (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/bindings/scripts/
DCodeGeneratorCOM.pm155 …die "GetInterfaceName should only be used on interfaces." if ($codeGenerator->IsStringType($name) …
171 return "BSTR" if $codeGenerator->IsStringType($name);
188 …Type for string types, use one of In/Out variants instead." if $codeGenerator->IsStringType($type);
202 return "LPCTSTR" if $codeGenerator->IsStringType($type);
209 return "BSTR" if $codeGenerator->IsStringType($type);
222 return "WebCore::String" if $codeGenerator->IsStringType($type);
253 return if $codeGenerator->IsNonPointerType($type) or $codeGenerator->IsStringType($type);
295 return if $codeGenerator->IsNonPointerType($type) or $codeGenerator->IsStringType($type);
309 if ($codeGenerator->IsStringType($type)) {
538 my $attributeTypeIsString = $codeGenerator->IsStringType($attributeIDLType);
[all …]
DCodeGeneratorObjC.pm308 return "NSString" if $codeGenerator->IsStringType($name);
458 if ($codeGenerator->IsStringType($type) || IsNativeObjCType($type)) {
462 …} elsif (!$codeGenerator->IsStringType($type) && !$codeGenerator->IsPrimitiveType($type) && $type …
474 …return !$codeGenerator->IsNonPointerType($type) && !$codeGenerator->IsStringType($type) && !IsNati…
482 …return $argName if $codeGenerator->IsPrimitiveType($type) or $codeGenerator->IsStringType($type) o…
527 if ($codeGenerator->IsStringType($type)) {
1262 … unless ($codeGenerator->IsPrimitiveType($idlType) or $codeGenerator->IsStringType($idlType)) {
1329 … unless ($codeGenerator->IsPrimitiveType($idlType) or $codeGenerator->IsStringType($idlType)) {
DCodeGenerator.pm324 sub IsStringType subroutine
DCodeGeneratorV8.pm2032 if ($codeGenerator->IsStringType($type)) {
DCodeGeneratorJS.pm1689 if ($codeGenerator->IsStringType($type)) {